/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/BG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #94862F;
}
a:hover {
	color: #272E50;
}
a:active {
	color: #272E50;
}
h1 {
	font-size: 24px;
	color: #06359c;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #D39C10;
	font-weight: bold;
}
.headline {
	font-size: 14px;
	color: #06359c;
	font-weight:bold;
}

.alert {
	font-size: 16px;
	color: #990000;
	font-weight:bold;
}
.style1 {color: #ECA500}
.notice {
	font-size: 14px;
	color: #990000;
	font-weight:bold;
}

.smallprint {
    font-size:10px;
	}
	
.outline {border:2px solid #6984B1;}
#container1 {
    padding:20px;
	}
#container2 {
    padding:5px;
	border:1px solid #f2efcc;
	height: 100%;
	}	
	
#centre {
    text-align: center;
	margin:0;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	}
#innerbox {
    padding:20px;
	border:2px solid #7999CC;
	background-color:#FEFEFE;
	text-align: left;
	}		
	
#button {
    margin-left: 10px;
	float:left;
	}	
#button-login {
    margin-right: 10px;
	float:right;
	}	
	
#list li{
    padding:7px;
	}

/* Feature list */

#features ul {
	list-style: none;
	margin-top: 15px;
	padding: 0px;
	border: none;
	font-size: 12px;
}

#features li {
    list-style: none; 
	color: #06359c;
	background-image: url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;    
	margin-bottom:16px;
	margin-left:0px;
	}

#subfeat ul {   
	margin-left:15px;
}	

#subfeat li {
    list-style:square;
	background-image: url();
	padding-left:0px;   
	margin-bottom:5px;
}	


.footer {
    background-image:url(images/BGfooter.gif);
	background-repeat:repeat-x;
	background-color: #45669B;
	color: #dddddd;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #ddcc01;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #ddcc01;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #ECA701;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #ddcc01;
	text-decoration: none;
}
	

	
.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding:2px;
  background-color: #f7f7f7;
  border: 1px solid #4F70A6;
}	

.formbutton {  
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #f7f7f7;
  padding:5px;
  background-color: #174fa9;
  border: 1px solid #222222;
}