
/**** Common styles ****/

a  
{
   text-decoration: none; color: #0000C0;
}

a:hover 
{
	text-decoration: none; 
	color: #0000C0;
	background-color: #D5E0FD; 
}
a.hoverbold
{
	font-weight: bold;
}

.emphasized
{
    font-weight: bold;
}


body, table, td, p, input, textarea, select 
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #242222;
}

body, p 
{
	text-align: justify;
}



h1 
{
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	border-bottom: 1px solid #000099;
	padding-bottom: 4px;
}

h2 
{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #882277;
}

h3 
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #920000;
	text-align: center;
	background-color: #EBEBEB;
}

h4 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #C40000;
}

h5 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

textarea:focus, input:focus 
{
	color: #000000;
	background-color: #ebe9ea;
}

textarea, input, select 
{
	border: 1px solid #7F8180;
}

img 
{
	border: 0;
}

input.no_border 
{
	border: none;
}




.top_menu_margins
{
	color: #FFFFFF;
	text-indent: 30px;
	padding: 1px;
	font-size: 14px;
}

a.top_menu {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #3D3C3E;
	border-top: 1px solid #3D3C3E;
}

a.top_menu:hover 
{
	text-decoration: none;
	background-color: #D5E0FD;
	color: #000000;
	border-bottom: 1px solid #96B0CC;
	border-top: 1px solid #96B0CC;
}



#sub_menu{
	position:absolute;
	background-color: #F8F8F8;
	border:1px solid #96B0CC;
	line-height:15px;
	z-index:100;
	font-size: 10px;
	visibility:hidden;
	padding-left: 5px;	
}
#sub_menu a
{
	width: 100%;
	display: block;
	text-decoration: none;
}

#sub_menu a:hover
{
	color: #000000;
	background-color: #D5E0FD;
	text-decoration: none;
}



.copyrightt 
{
	color: #9F7B7C;
}



