/* CSS Document */

body{
margin:0px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-color:#fffff;
}

table{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

td{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}


a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #000000;
		text-decoration:none; 
	
}
a:hover {
	color:#000000;
	
	}

a:link.dh {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited.dh {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:hover.dh {
	color:#EC931A;
	font-weight:bold
}
a:active.dh {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}


	
a:link.white {
	text-decoration: none;
	color:#ffffff;
	}
a:visited.white {
	color: #ffffff;
	text-decoration:none; 

}
a:hover.white {
	color:#FFFFFF;
	
	}

a:link.b {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
a:visited.b {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
a:hover.b {
	color: #0000FF;
	font-weight:bold
}
a:active.b {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a:link.page {
	color:#ff0000;
	text-decoration: none;
	font-weight:bold;
}
a:visited.page {
	color: #ff0000;
	text-decoration: none;
	font-weight:bold;
}
a:hover.page {
	color: #0000FF;
	font-weight:bold
}
a:active.page {
	color: #ff0000;
	text-decoration: none;
	font-weight:bold;
}
	
.tblue{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0000FF;
}

.proname{
font-size:12px;
font-weight:bold;
color:#000000;
}