/*

	This is intended to reset all HTML elements and define base styles.

*/

*{
	outline:0px;
	font-family:inherit;
	font-size:100%;	
	list-style:none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol{
	margin:0px;
	padding:0px;
}

html{
	overflow:-moz-scrollbars-vertical;
	height:100%;
}


a{
	color:#206589;
	text-decoration:underline;
}

a img {border:none;text-decoration:none;}


body{
	font-family:Geneva, Arial, Helvetica, sans-serif;;
	background-color:#000;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:.75em;
	color:#000000;
	height:100%;
}

b, strong{
	font-weight:bold;	
}

i, em{
	font-style:italic;
}
		
blockquote{
	padding:0px 0px 1em 30px;
}

.clearboth{
	clear:both;
	display:block;
}

input, select, textarea{	
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#fff;
}

.input-text{
	
	line-height:normal;
	padding:1px 0px 1px 2px;
	border:1px solid gray;
}

.input-textarea{
	background-color:#ffffff;
	line-height:normal;
	padding:1px 0px 1px 2px;
	border:1px solid gray;
	white-space:pre;
}

.input-button{
		background-color:#2667AE;
		color:#fff;
		font-weight:bold;
		border-bottom:1px solid #15365C;
		border-right:1px solid #15365C;
		border-top:1px solid #8EB8E6;
		border-left:1px solid #8EB8E6;
		padding:2px 6px 2px 6px;
		cursor:pointer;
}
.input-button:hover {background:#1C4F84;}
	
p{
	padding:0px 0px 1em 0px;
}


ol{
	margin:0px;
	padding:0px 0px 1em 0px;
}
	ol li{
		padding:0px 0px 6px 0px;
		margin:0px 0px 0px 35px;
		list-style:decimal;
	}
		ol ol{
		
		}
			ol ol li{
				list-style:lower-latin;
			}
			
ul{
	margin:0px;
	padding:0px 0px 1em 30px;
}
ul  li{
	margin:0px;
	padding:0px 0px 6px 0px;
	list-style:square;
}


.align-left-margin{
	float:left;
	margin:0px 12px 5px 0px;
}

.align-right-margin{
	float:right;
	margin:0px 0px 5px 12px;
}
			
		
h1, .h1{
	font-size:1.7em;
	font-weight:normal;
	padding:0px 0px .8em 0px;
	color:#000;
}
	.h1{
		padding:0px;
	}

h2, .h2{
	font-size:1.5em;
	font-weight:normal;
	padding:.2em 0px 1em 0px;
	color:#333;
	line-height:1.2em;
}
	.h2{
		padding:0px;
	}
	
h3, .h3{
	font-size:1.2em;
	font-weight:bold;
	padding:0px 0px .5em 0px;
	color:#666;
}	

.underline {text-decoration:underline;}

.letter {
float:left;
margin:-3px 5px 0 0;
vertical-align:top;
}

.print-only{
    display:none;
}