body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
//	width: 600px;
//	margin-left: 100px;
	margin-bottom: 25px;
	}
.site {
	width: 750px;
	overflow: auto;
	margin: auto;
	}
.left	{
	width: 500px;
	}
.right	{
	position: absolute;
	width: 210px;
	top: 265px;
	margin-left: 530px;
	padding-right: 10px;
	line-height: 13pt;
	letter-spacing: 1pt;
	text-align: right;
	}
.box	{
	height: 46px;
	border: 1px dotted grey;
	}
.title	{
	position: absolute;
	height: 38px;
	width: 742px;
	border: 1px dashed grey;
	margin: 2px;
	padding-top: 2px;
	color: #000080;
	font-size: 30px;
	letter-spacing: 7pt;
	font-weight: bold;
	text-align: center;
	}
.title2	{
	position: absolute;
	height: 38px;
	width: 742px;
	margin-left: 5px;
	margin-top: 4px;
	padding-top: 3px;
	color: #999999;
	font-size: 30px;
	letter-spacing: 7pt;
	font-weight: bold;
	text-align: center;
	}
.date	{
//	text-transform: uppercase;
	letter-spacing: 2pt;
	font-size: 9pt;
	color: grey;
	margin-top: 30px;
	padding-left: 3px;
	}
.head	{
	font-size: 14pt;
	color: #000080;
	letter-spacing: 1pt;
	padding: 3px;
	}
.news	{
	border-bottom: 1px dotted #000080;
	text-align: justify;
	letter-spacing: 1pt;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}


.hr {     
        width: 98%;
        margin-left: 1%;
        height: 1px;
        border: 1px solid #0000FF;
        background-color: #0000FF;
        }

h2 {
	color: #000080;
	}


a {    
	color: grey; text-transform: uppercase;
	text-decoration: none;
        }
a:link {  
	color: grey;
	text-decoration: none;
        }
a:visited {
	color: grey;
	text-decoration: none;
        }
a:hover { 
        text-decoration: underline; 
        color: grey;
        }
a:active { 
        color: grey; text-decoration: underline;
        }

