@charset "utf-8";
 /*CSS Document*/ 

body,td,p {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
/*	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5; */
}

/*
p {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	margin:0; 
	padding:0;
}
*/

.errlogin{
	color:#FF0000
}

#images{
	border:0;
	max-width:150px;
	width:expression(this.width > 150 ? 150: true);*/
}

#imageslrg{
	border:0;
	max-width:500px;
	width:expression(this.width > 500 ? 500: true);
}

.Title{
	font-size:24px;
}

.loginform{
	/*position:absolute;
	left:475px;
	top:120px; */
	width:100%;	
	z-index:99;
}

#hrefSelected{
	cursor:pointer;
	text-decoration:none;
	color:#0000CC;
	font-style:oblique;
	font-size:larger;
	font-weight: bold
}
#hrefSelected:hover{
	cursor:pointer;
	text-decoration:none;
	color:#0000CC;
	font-style:oblique;
	font-size:larger
}

#hrefUnSelected:visited{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-size:inherit;
}
#hrefUnSelected:hover{
	cursor:pointer;
	color:#CC0000;
	text-decoration:none;
	font-weight: bold
}
#hrefUnSelected:link{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-size:inherit
}
#hrefUnSelected:active{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-size:inherit
}

#MenuTitle{
	/*background-color:"#009900";*/
	background-color:green;
	color:white;
	border-style:ridge;
	text-align:center;
	/*font-size:large;*/
	font-size:18px;
	vertical-align:middle;
}

.NoUnderline{
	cursor:pointer;
	text-decoration:none;
}
