html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

body, ul, td, .normal {
 	font-family : verdana;
 	font-size : 12px;
	color : #000000;
	line-height:150%;
}
	

a { color: #000000;  }
a:visited { color: #000000; }
a:hover { color: #F85BA2; }

hr {
	background-color:silver;
	border-width:0px;
	height:1px;
	margin:5px 0px;
	clear:both;
}

h1, .head  	{
 	font-size : 18px;
 	font-weight : bold;
	color : #666666;
	}

h2, .home1 {
	font-weight: bold;
	font-size:12px;
	}

h3, .home2 {
	font-weight: bold;
	font-size:12px;
	}

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
}	
	
.input {
	width:150px;
	}

textarea {
 	font-family : courier new, monospaced;
	font-size : 11px;
	width:400px
 	}

.button {
 	font-family : arial;
	font-size : 12px;
	color:black;
	}
 
.dwarf {
	font-family : arial;
	font-size : 11px;
	font-weight:normal;
	letter-spacing:normal;
	}




table {
	border-spacing:0px;
	border-collapse:collapse;
}

td, th {
	padding:4px;
	font-size:10px;
	text-align:left;
}

thead, tfoot {
	font-size:10px;
}


.applyBorder {
	border-width: 1px;
	border-color: #ffffff;
	border-style:solid;
}

.applyBorder2 {
	border-width: 1px;
	border-color: #000000;
	border-style:solid;
}

.applyBorder3 {
	border-width: 1px;
	border-color: #aaaaaa;
	border-style:solid;
}

.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
}

.trlabel, thead th  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	}
	
.tdlabel, tbody th  {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#C0C0C0;
	}
	
.cell, .odd  {
	color:black;
	background-color: #f0f0f0;
	}
	
.cell2, .even  {
	color:black;
	background-color: #e0e0e0;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}

#callout {
	width:185px;
	margin-left:30px;
	margin-top:10px;
	overflow:inherit;
	float:right;
	border: 1px solid #F85BA2;
	background-color:#C0C0C0;
	line-height:150%;
}

#callout h2 {
	margin:0px;
	padding:0px;
	height:35px;
	display:block;
	background-color:#F85BA2;
	text-align:center;
}

#callout p { padding: 10px; }
