@charset "UTF-8";
/* CSS Document */

/* === Global Hyperlinks === */
a, a:link {
	color:#204292;
	text-decoration:none;
}

a:active {
	color:#204292;
	font-weight:normal;
	text-decoration:underline;
}

a:hover, a:focus {
	color:#204292;
	text-decoration:underline;
}

/* === Display form elements inline === */
form {
	display:inline;
}

/* === Input field presentation === */
input[type=text], input[type=file], textarea, input[type=password] {
	border:1px solid #2cabe2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
}	

/* === No Border for Images === */
img {
	border:none;
}

/* === Global control for Paragraphs, Headings, Tables and Divs === */
p, pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;	
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;	
	font-size:150%;
	color:#204292;
}

ul, ol, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* === Warning Message === */
.warning {	
	color:#C81C31;
}

/* === Formatting for text in table columns and rows === */
table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:1px solid #204292;
}

table.noborder {
	border:none;
}

tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

td.white {
	background:#204292;
	text-align:center;
	color:#fff;
}

/* === IFRAME STYLING === */
iframe {
	width:740px;
	height:310px;
	border:none;
}