BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px; 
	FONT: 62.5% verdana, arial, helvetica, sans-serif; 
	BACKGROUND-COLOR: #F4F5EB; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: center;
}

A:link {
	FONT-WEIGHT: bold; COLOR: #FF0000; TEXT-DECORATION: underline
}

A:visited {
	FONT-WEIGHT: bold; COLOR: #FF0000; TEXT-DECORATION: underline
}

A:hover {
	COLOR: #FF0000
}

A.TitleB:link  {
	color: #FFFFFF;
	cursor: hand
}

A.TitleB:visited  {
	color: #FFFFFF; 
}

A.TitleB:hover  {
	color:  #FFFFFF; 
}

A.TitleB: {
	color: #FFFFFF; 
}

A.Menu:link  {
	color: #0082DC;
	text-decoration: none;
	cursor: hand
}

A.Menu:visited  {
	color: #0082DC; 
	text-decoration: none;
}

A.Menu:hover  {
	color:  #0082DC; 
	text-decoration: underline;
}

A.Menu: {
	color: #0082DC; 
	text-decoration: none;
}
	
td.menu{
	font-size: 11px;
	color:  #0082DC;
	font-weight: bold;
	cursor: hand;
}

td{
	font-size: 10px;	
}

label.loginWhi{
	color:#FFFFFF;
	font: bold 16px Verdana;
}

label.loginYel{
	color:#FFCC00;
	font: bold 16px Verdana;
}

label.loginRed{
	color:#FF0000;
	font: bold 16px Verdana;
}

Input, select { 
	font-size: 11px; 
	line-height: 13px;
	font-family: Verdana, Arial; 
}

Input.InputSubmit { 
	font-size: 10px; 
	font-family: Verdana, Arial; 
	font-weight: bold; color: #FFFFFF; 
	border: 1px #000000 solid; 
	background-color: #FF0000; 
	cursor: hand;
}


form {
	margin: 0px 0px 0px 0px;
}

/*-------------------------- new tab css ------------------------------------*/

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ 
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{
	text-decoration: none;
}

.contentstyle{
	border: 1px solid gray;
	width: 450px;
	height: 400px;
	margin-bottom: 1em; padding: 5px;
}

/*-------------------- end new tab ------------------------------------- */