body {

	background-color: #FFFFFF;

	margin: 0px;

}

.main {

	text-decoration: none;

	padding: 20px;

	background-color: #F7F7F7;

	border-top: 1px solid #e4e0ea;

	border-left: 1px solid #e4e0ea;

}

.container {

	border-right: 1px solid #e4e0ea;

	border-left: 1px solid #e4e0ea;

}

td {

	font-family: verdana;

	font-size: 14px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}

a:link {

	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	color: yellow;
	text-decoration: none;

	}

a:visited {

	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	color: beige;
	text-decoration: none;

	}

a:hover {

	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	color: yellow;
	text-decoration: none;

	}

.nav {

	color: #c5d2e4;

} 

.nav a:link {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #c5d2e4;

	text-decoration: none;

	}

.nav a:visited {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #c5d2e4;

	text-decoration: none;

	}

.nav a:hover {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: underline;

	}

.left {

	padding-right: 20px;

	padding-bottom: 20px;

	padding-left: 20px;

}

.heading {

	font-family: verdana;

	font-size: 12px;

	font-weight: bold;

	color: #002e70;

	text-decoration: underline;

}

.input {

	font-family : Verdana; 

	font-size : 10px; 

	font-weight : normal; 

	color : #333333; 

	text-decoration : none; 

	background-color : #ffffff; 

	border : 1px inset #cccccc; 

}

.box {

	border: 1px solid #CCCCCC;

	background-color: #FFFFFF;

	padding: 5px;

}

.warning {
    color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.warningsmall {
    color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
