/* CSS Document */

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normal{
	font-size: 0.6em;
	line-height: 1.2em;
	color: #333;
	}
	
H1{
	font-size: 0.6em;
	line-height: 1.2em;
	color: #333;
	font-weight:normal;
	}
	
	.smheading{
	font-weight:bold;
	font-size: 0.6em;
	line-height: 1.2em;
	color: #333;
	}
	
.subtitle{
	font-size: 0.55em;
 	color: #555;
 }
 
 .heading{
 	font-size: 0.75em;
	line-height: 1.4em;
	font-weight:bold;
	color: #4F84B7;
	}
	
a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FF6C00;
	background: transparent;
}

.smallprint {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

#pagebox {
    width: 729px;
	background-color:#F3F5F6;
	background-image: url(../images/greyBG.jpg); 
    background-repeat: no-repeat;
	border-left: solid #8A8A8A 1px;
	border-right: solid #8A8A8A 1px;
	padding: 0;
}

input { 
 background-color: #8292A6; 
 color: #FFF
}

select { 
 background-color: #8292A6; 
 color: #FFF; 
}

textarea { 
 background-color: #8292A6; 
 color: #FFF; 
}

