A:LINK {
	font-family : trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size : 14px;
	color : #ffdf2c;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
A:VISITED {
	color : #ffdf2c;
	text-decoration: none;
}
P {
	font-family : trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size : 14px;
	color : #FFFFFF;
}
.name {
	font-family : trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size : 12px;
	color : #ffdf2c;
	text-align: center;
}
H1 {
	font-family : trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size : 18px;
	font-weight: normal;
	color : #ffdf2c;
}
UL {
	font-family : trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	padding-left: 15px;
	margin-left: 0px;
	list-style-type: disc;
}
LI {
	padding-bottom : 10px;
}
TD {
	vertical-align : top;
}
TD.repert {
	font-family : trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	vertical-align: middle;
}



/***Style for menu***/
#divCont {
	position:relative;
	z-index:1;
	left:0px;
	top:0px;
	height:400px;
	width:180px;
	visibility:hidden;}
	
.clTop  {
	position:absolute;
	z-index:1;
	width:180px;
	line-height:100%;
}
	
.clSub  {
	position: absolute;
	z-index:1;
	left:40px;
	top:20px;
	width:180px;
	line-height:140%;
}

.clSub2  {
	position: absolute;
	z-index:1;
	left:40px;
	top:45px;
	width:180px;
	line-height:140%;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
	color:#DE8383;
	font-family:trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;}

#divCont .clTop a:hover {
	color:#FFFFFF;
	text-decoration:none;}
	
#divCont .clTop .clSub a {
	color:#DE8383;
	font-family:trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size:16px; font-weight:normal;
	text-decoration:none;}
	
#divCont .clTop .clSub a:hover {
	color:#FFFFFF;
	text-decoration:none;}

#divCont .clTop .clSub2 a {
	color:#DE8383;
	font-family:trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif;
	font-size:16px; font-weight:normal;
	text-decoration:none;}
	
#divCont .clTop .clSub2 a:hover {
	color:#FFFFFF;
	text-decoration:none;}
/***End of Style for menu***/
