body {
	margin: 60px 0px;
	padding: 0px;
	/*background: url(images/login_back.gif);*/
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, sans-serif;	
	text-align: center;
	background: #3562A6 url(images/loginback.gif) repeat-x;	
	}
	
td, p 
{	
	font-size: 13px;
}

#loginoutershell 
{
	width: 500px;
	border: 1px solid #E5EAF1;	
}

#loginmain 
{
	
	border: 7px solid #84AFEF;
	background: #FFFFFF;
	padding: 15px;
	text-align: left;
}

#loginlabel {	
	color: #135FB6;
	font-weight: bold;
	font-size: 17px;
	border-bottom: 1px solid #BCBBBB;
	margin: 0px;
}

#submit {
	border-top: 2px solid #84AFEF;
	background: #EAF2FF;
	padding: 15px 10px 10px 10px;	
	text-align: center;
}

.fontsmall 
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.landingpageheader 
{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	background: #2674C2;	
}

.pararedbold 
{
	font-size: 13px;
	font-weight:bold;
	color: #CC0000;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #40608C;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	}
a:hover {
	color: #2D405B;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	}
	
	
a.footerlink:link, a.footerlink:visited {
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	/*background: #CDDFFD;*/
	color: #6F6F6F;
	padding: 3px 2px 3px 2px;
	}
a.footerlink:hover {
	color: #4E4E4E;
	font-size: 10px;
	text-decoration: underline;
	/*background: #C4D6F4;*/
	padding: 3px 2px 3px 2px;
	}


h1 {	
	color: #135FB6;
	line-height: 28px;	
	font-weight: 600;
	font-size: 26px;
	font-family: Trebuchet, "Myriad Pro", Myriad, Arial, sans-serif;
}

.input1 
{
 border-top: 2px solid #939393 outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
 font-size: 14px;
 padding: 4px;
 margin-top: 4px;
}

.btn {
border: 1px outset; 
cursor: pointer; 
font-size:9px; 
font-weight: normal; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);

}

.btn_med {
border: 1px outset; 
cursor: pointer; 
font-size:13px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
width:96px;
height: 28px;
}

.btn_wide {
border: 1px outset; 
cursor: pointer; 
font-size:13px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
width:180px;
height: 28px;
}

#error {
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
background-color:#FCBABA;
color: #BF0606;
font-weight: bold;
font-size: 17px; 
padding:6px 6px 6px 8px;
margin: 5px 0px 5px 0px;
}

#success {
/*background-image: url('images/error_title.gif');*/
border-top: 2px #038800 solid;
border-bottom: 2px #038800 solid;
background-color:#ACF1AA;
color: #038800;
font-weight: bold;
font-size: 17px; 
padding:6px 6px 6px 8px;
margin: 5px 0px 5px 0px;
}