/* BASIC STYLING */


html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }


a { text-decoration: none; color:#1C3F95; font-size: 1.3em;}
a:hover { text-decoration: underline; }

p{
	margin-bottom: 5px;
	line-height: 130%;
}
H1 {font-size:1.5em; margin: 5px 0 15px 0}  /* displayed at 19px */
H2 {font-size:1.25em; margin: 5px 0 15px 0}  /* displayed at 16px */
H3 {font-size:1.15em; margin: 5px 0 15px 0}  /* displayed at 14px */

ol, ul { list-style: none; }
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; } 
label{ cursor: pointer; font-size: 1.3em}
table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }
caption, td { font-weight: normal; text-align: left; }
th { text-align: left; }
hr { display: none; }
.clear { clear: both; }




body, html{
height: 100%;
}

.block{
	display: block;
	text-indent: -9999px;
}
.float{
	float: left;
}

body{
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	background: #fff;
	color:#474646;
	font-size:62.5%;
}

/* Pages */ 



.form td{
	vertical-align: top;
	padding-bottom: 3px;
	padding-right: 5px;
}
input.text, textarea {
	width: 200px;
	font-size: 1.3em;
}
textarea{
	height: 100px;
}
input.submit{
	font-weight: bold;
}
