/* CSS Document */

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:10;
	margin:10;
	color: #3C3C3C;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	background-color: #ffffff;
	text-align: center;
}
	

	
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#outer {
	width: 757px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-color: #FFFFFF;
	position:relative;
	border:#333333 solid 1px;
	
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#maincontent {
	width:747px;
	padding-bottom:10px;
	text-align:left;
}

.cpy {font-size:10px;}

#tdisplay {
position:absolute;
top:99px;
left:600px;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
width:180px;
font-weight:bold;
}


td, p, input, textarea, select{
	color: #3C3C3C;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
}

.hmheading {
font-weight:bold;
height:20px;
font-size:14px;
padding-left:10px;
}
.notification
{
font-size:9px;
font-style:italic;
padding-left:10px;
}
.note
{
padding-left:10px;
width:750px;
}
.note1
{
padding-left:10px;
width:740px;
text-align:justify;
}

.notehead
{
padding-left:10px;
width:740px;
text-align:justify;
font-size:12px;
font-weight:bold;
color:#000066;
}


.radiotxt {
font-size:11px;
padding-left:20px;
}

.cpyleft {
font-size:10px;
padding-left:20px;
}


.blnk

{
color:#FFFFFF;
line-height:1px;
width:90%;
background-color:#FFFFFF;
}
#message{
font-weight:bold;
color:#ff0000;
font-size:12px;
}
.mainlinks
{
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
  background-color:#abbbd3;
}
.mainlinks A, .mainlinks a:visited{
  font-weight: bold;
  color: #ffffff;
  text-decoration:none
}
.mainlinks A:hover
{
 	color: #000000;
}

.cpyright
{
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;

}
.cpyright A, .cpyright a:visited{

  color:#000000;
  text-decoration:none
}
.cpyright A:hover
{
 	color: #000000;
	text-decoration:underline;
}
 
input { 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	border:1px solid #666666 ;
	
	}

select { 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	margin:0px;
	border:1px solid #666666 ;

	}
.red
{
color:red;
}
