// babyblue: #06B5D8, #1990A8
// fuel: #C65476, #911635
// tezro: #8970AA, #65478F, #473066, #332548


body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
//	width: 600px;
//	margin-left: 100px;
	margin-bottom: 25px;
	}


.site {
	width: 780px;
	overflow: auto;
	margin: auto;
	}

.left	{
	width: 520px;
	font-size: 10pt;
//	border: 1px solid black;
	}

.right	{
	position: absolute;
	width: 250px;
	top: 116px;
	margin-left: 530px;
	padding-top: 1px;
	padding-right: 10px;
	line-height: 13pt;
	letter-spacing: 1pt;
	text-align: right;
	font-size: 8pt;
	color: #1990A8;
//	border: 1px solid black;
	}

.righthead {
	font-weight: bold;
	font-size: 10pt; 
	background-color: #06B5D8; 
	width: 180px;
	padding: 2px;
	padding-left: 3px;
	border: 1px dashed black; 
	color: #911635;
	}

.righthead2	{
//	text-transform: uppercase;
//	width: 175px;
	letter-spacing: 2pt;
	font-size: 10pt;
	color: #C65476;
	background-color: #CCCCCC;
	margin-top: 12px;
	padding: 1px;
	padding-left: 4px;
	}

.box	{
	height: 46px;
	border: 1px dotted #C65476;
	}

.title	{
	position: absolute;
	height: 38px;
	width: 592px;
	border: 1px dashed #C65476;
	margin: 2px;
	padding-top: 2px;
//	color: #03DC6C;
	color: grey;
	font-size: 30px;
	letter-spacing: 7pt;
	font-weight: bold;
	text-align: center;
	}

.title2	{
	position: absolute;
	height: 38px;
	width: 592px;
	margin-left: 5px;
	margin-top: 4px;
	padding-top: 3px;
//	color: grey;
	color: #03DC6C;
//	color: #36FF9F;
	font-size: 30px;
	letter-spacing: 7pt;
	font-weight: bold;
	text-align: center;
	}

.date	{
//	text-transform: uppercase;
	width: 465px;
	letter-spacing: 2pt;
	font-size: 9pt;
	color: #C65476;
	background-color: #CCCCCC;
	margin-top: 12px;
	padding: 1px;
	padding-left: 4px;
	margin-left: 25px;
	}

.head	{
	font-size: 14pt;
	color: #03DC6C;
	letter-spacing: 1pt;
	padding: 3px;
	margin-left: 25px;
	}

.news	{
//	border-bottom: 1px dotted #C65476;
	text-align: justify;
	letter-spacing: 1pt;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 25px;
	}

.date2	{
//	text-transform: uppercase;
//	width: 500px;
	letter-spacing: 2pt;
	font-size: 9pt;
	font-weight: bold;
	background-color: #09C0A8;
	color: #C65476;
	margin-top: 12px;
	padding: 7px;
	border-top: 1px dotted #C65476;
	border-left: 1px dotted #C65476;
	border-right: 1px dotted #C65476;
	}

.head2	{
	font-size: 14pt;
	background-color: #09C0A8;
	color: #03DC6C;
	letter-spacing: 1pt;
	padding: 7px;
	border-left: 1px dotted #C65476;
	border-right: 1px dotted #C65476;
	}

.news2	{
//	border-bottom: 1px dotted #C65476;
	background-color: #09C0A8;
	text-align: justify;
	letter-spacing: 1pt;
//	padding-bottom: 10px;
//	padding-left: 10px;
//	padding-right: 10px;
	padding: 7px;
	border-left: 1px dotted #C65476;
	border-right: 1px dotted #C65476;
	border-bottom: 1px dotted #C65476;
	}


a {    
	color: #1990A8;
	}

a:link {  
	color: #1990A8;
        }

a:visited {
	color: #1990A8;
        }

a:hover { 
        text-decoration: underline; 
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: #1990A8;
        }

a:active { 
	text-decoration: underline;
	color: #1990A8;
        }


