/* CSS Document */
A{
	color:#CCCCCC;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}
.menuDown{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
}
p{
	color:#CCCCCC;	
	font-family:Arial;
	font-size:10px;
}
.menuUp{
	color:#CCCCCC;
	font-weight:bold;
	background-color:#333333;
}
.submenuDown{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	font-family : Arial;

}
.submenuUp{
	color:#CCCCCC;
	font-weight:bold;
	font-size:10px;
	font-family : Arial;
}

.footer{
	color:#CCCCCC;
	font-size:10px;
	font-family : Arial;
	border-bottom:solid 1px #AAAAAA;
	background-color:#444444;
	margin-left:5px;
}
.header{
	color:#CCCCCC;
	font-size:10px;
	font-family : Arial;	
	background-color:#333333;
	/*border-bottom:solid 1px #AAAAAA;*/
}
.headerTbl{
	color:#CCCCCC;
	font-size:10px;
	font-family : Arial;
	padding-bottom:5px;
	padding-right:5px;
	background-color:#333333;
	
}
.submenu{
	color:#CCCCCC;
	font-size:10px;
	font-family : Arial;
	background-color:#444444;
}
.bottomBorder{
	border-bottom:solid 1px #AAAAAA;
	background-color:#444444;
}
body{
	background-color:#555555;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#444444;
	scrollbar-shadow-color:#333333;
	scrollbar-arrow-color:#444444;
	scrollbar-track-color:#444444;
	margin:0px;
}
.darkBarBottom{
	background-color:#333333;
}
.contentTbl{
	background-color:#444444;
	color:#CCCCCC;
	font-size:10px;
	font-family : Arial;
	padding-bottom:5px;
	padding-right:5px;	
}
.pageheading{
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
}
#contentDiv {
overflow-x:hidden; overflow-y:scroll;
	width:100%;
	height:300px;
}


