/* CSS Document */
body{
	margin: 5px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
}
A:link{
	color: #EB044E; 
	text-decoration: none;
	font-weight: bold;
	}
A:visited{
	color: #EB044E; 
	text-decoration: none;
	font-weight: bold;
	}
A:active{
	color: #EB044E; 
	text-decoration: none;
	font-weight: bold;
	}
A:hover {
	color: #FB5393;
	text-decoration: none; 
	font-weight: bold;
	}
font.text_main{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9B2D64;
	}
font.text_gray{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	}
table.table_main{
	border-width: thick;
	border-color: #000000;
	border-style:solid;
	}
img.image_border{
	border-color:#000000;
	border-width:thin;
	}


a.website:link {
	font-family:Tahoma, Arial, Verdana;	font-size:7.5pt;color:#FFFFFF;	font-weight: normal;text-decoration:none;
}

a.website:active {
	font-family:Tahoma, Arial, Verdana;	font-size:7.5pt;color:#FFFFFF;	font-weight: normal;text-decoration:none;
}

a.website:visited {
	font-family:Tahoma, Arial, Verdana;	font-size:7.5pt;color:#FFFFFF;	font-weight: normal;text-decoration:none;
}

a.website:hover {
	font-family:Tahoma, Arial, Verdana;	font-size:7.5pt;color:#FFFFFF;	font-weight: normal;text-decoration:underline;
}


.by { 
	font-family:Tahoma, Arial, Verdana;	font-size:7.5pt;color:#000000;	font-weight: normal;text-decoration:none;
}