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: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #959927;
	text-decoration: underline;
	}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #959927;
	text-decoration: underline;
	}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #959927;
	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;
}
.columns { 
margin : 0;
padding : .5em 0;
}

.columns p { 
margin : 0;
padding : .5em 0;
text-align : center;
font-size : 1em;
font-weight : normal;
line-height : 1.6em;
}
/*
.column { 
width : 50%;
padding : 0;
padding-top : .4em;
margin-top : .4em;
float : left;
}

html>body .column {
  width:50%;
} 
*/
.columns .column p { 
margin : 0;
padding : .5em .5em;
text-align : justify;
font-size : 1em;
font-weight : normal;
line-height : 1.6em;
}

#application label {
width: 20em;
float: left;
text-align: right;
margin: 0 1em .7em 0;
clear: both;
}

.error {
color: #ff0000;
}

h1, h2, h3 {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}