﻿/*
	Created: January 29, 2008
	Modified: October 08, 2008
	Author: Stephen Rushing, eSiteful

	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:#007DC3;
	text-decoration:underline;
}
a:hover {text-decoration:none;}

body{
	font-family:arial,helvetica,sans-serif;
	background-color:#fff;
	padding:0px;
	margin:0px;
	text-align:left;
	font-size:.8em;
	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;
}

form {margin:0;}

input, select, textarea{	
	font-family:Arial, Helvetica, sans-serif;	
	white-space:pre;
}

.input-text{	
	
}

.input-text-disabled {background:#e1e1e1;}

.input-textarea{
	
}

.input-button{
		background-color:#999999;
		color:#eeeeee;
		font-variant:small-caps;
		border-bottom:1px solid #333333;
		border-right:1px solid #333333;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		padding:1px 4px 1px 4px;
		cursor:pointer;
}
	
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:disc;
}


.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.6em;
	font-weight:normal;
	color:#007DC3;
	padding:0px 0px .8em 0px;
}
	.h1{
		padding:0px;
	}

h2, .h2{
	font-size:1.3em;
	font-weight:bold;
	padding:0px 0px .8em 0px;
	color:#333333;
}
	.h1{
		padding:0px;
	}

.print-only{
    display:none;
}
