/* CSS Document */

body{
margin:0px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-color:#FCEFFA;
}

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;
	text-decoration:underline;
	}

a.dh:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a.dh:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a.dh:hover {
	color:#EC931A;
	text-decoration: underline;
	font-weight:bold;
}
a.dh:active {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}


	
a.white:link {
	text-decoration: none;
	color:#ffffff;
	}
a.white:visited {
	color: #ffffff;
	text-decoration:none; 

}
a.white:hover {
	color:#ffffff;
	text-decoration:underline;
	}

a.b:link {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
a.b:visited {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
a.b:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight:bold;
}
a.b:active {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a.page:link {
	color:#ff0000;
	text-decoration: none;
	font-weight:bold;
}
a.page:visited {
	color: #ff0000;
	text-decoration: none;
	font-weight:bold;
}
a.page:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight:bold;
}
a.page:active {
	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;
}