﻿body 
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: url("images/body_background.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #607C8C;
	}
	
a {
 	color: #607C8C;
 	}
td
{
	text-align:left;
}
 	
input {
	border: 1px solid #7F9DB9;
	padding: 3px;
	font-size: 80%;
	color: #607C8C;
	}
	
.button {
	background-color: #E5F5FD;
	background-image: url("images/button_background.gif");
	background-repeat: repeat-x;
	background-position: center;
	text-transform: uppercase;
	font-size: 80%;
	padding: 3px;
	float: left;
	border: 1px solid #7DD5F5;
	color: #033B77;
	}

a.smallQuestion
{
	text-transform: none;
	font-weight: normal;
	font-size:9px;
}

a.bullet {
	float: right;
	padding-left: 15px;
	margin-left: 3px;
	background-image: url("images/double_dot.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0;
	font-size: 80%;
	}
	
span.bullet {
	color: #00A7E7;	
	font-weight: bold;	
	padding-left: 15px;
	margin-left: 3px;
	background-image: url("images/double_dot.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0;
	font-size: 100%;
	}
	
span.titleLight
{
	color: #00A7E7;
	font-weight: bold;
}
	
.box {
	width: 291px;
	padding: 10px;
	background-color: #E3F5FC;
	border: 1px solid #B6E6F9;
}

.loginTitle
{
	color: #033B77;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

.imgBorder {
	float: left;
	border: 1px solid #B6E6F9;
	}

.border
	{
	 background-color:#00A7E7;
	 height:1px;

}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}

#footer ul li a {
	padding: 2px 10px;
	border-right: 1px solid #607C8C;
	color: #003976;
	text-decoration: none;
	}
	
#footer ul li a.first {
	padding-left: 0;
	}

#footer ul li a.last {
	border-right: 0;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}