/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px; /* force vertical scrollbars */
}

#body {	
	color: #2d466e;
	font-size: 62.5%;
	text-align: left;
	background-color: White;
}


/* Default fonts
*******************************/
body		{ font-family: Tahoma, serif, sans-serif, monospace; }

input,
select		{ font-family: Tahoma, serif, sans-serif, monospace; }

textarea,
pre,
code 		{ font-family:"Courier New", Courier, monospace; }

a,
a:hover,
a:focus,
a:active	   { color: #305377; text-decoration: underline; }
a:hover		{ text-decoration: none; }

a:active, 
a:focus    	{ outline: 0; }

/* Header elements
*******************************/
h1,h2,h3,h4,h5,h6 {
	color: #305377;
	font-weight:bold;	
}

h1 		{ font-size: 1.8em; line-height: 2.4em; }
h2 		{ font-size: 1.5em; line-height: 2.0em; }
h3 		{ font-size: 1.4em; line-height: 2.0em; }
h4 		{ font-size: 1.2em; line-height: 1.2em; }
h5 		{ font-size: 1.1em; line-height: 1.1em; }
h6 		{ font-size: 1.0em; line-height: 1.0em; }


/* Text elements
*******************************/
p				{ margin: 0 0 1em 0; text-align: left; }
p.last 		{ margin-bottom:0; }
p.first		{ margin-top:1em; }
p.img			{ float: left; margin:0 1em 1em 0; padding:0; }

blockquote  	{ color: #ddd; margin: 0 0 2em 2em; }
strong      	{ font-weight: bold; }
em          	{ font-style: italic; }
pre         	{ border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
small			 	{ font-size: .9em; }

acronym,
abbr 		{ letter-spacing: .07em; border-bottom: .1em dashed #d4d4d4; cursor: help; }




/* Images
*******************************/
img 		{ vertical-align:top; outline:0 }


/* Table styles
*******************************/
table 	{ border-collapse:collapse; width:100%; }
td,
th 		{ border: 0; }
th 		{ font-weight:bold; }


/* Form styles
*******************************/
input,
select,
textarea {
	background-color: white;
	border: 1px solid #d4d4d4;
	color: black;
	font-size:1.0em;
	vertical-align: middle;
}

input.text,
input.file {
	cursor:text;
	padding: 0;
	width: 20em;
}

input.button {
	cursor:pointer;
}

input.radio,
input.checkbox {
	border: 0;
	padding: 0;
}

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align:top;
}  

/* Content list-styles
*******************************/


/* Other
*******************************/
/**/


