/********************************************
 html.css

 Holds default styles for plain html elements.

********************************************/


/* ------------- Element tags ------------- */

a, a:visited
{
	color: Green;
}

body
{
	font-family: Segoe UI, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
	  
    
}

p
{
	margin-bottom: 0px;
	margin-top: 0px;
}

sup
{
	font-size: 0.75em;
}

h6
{
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1
{
	font-size: 1.8em;
	font-weight: bold;
	color: Green;
	margin-bottom: 0px;
	margin-top: 0px;
}

form
{
	margin-bottom: 0px;
	margin-top: 0px;
}

hr
{
    border: solid 1px #cccccc;
}

ul
{
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 20px;
	list-style-type: square;
}

input
{
	font-size: 1.0em;
}
asp:textbox
{
	font-size: 1.0em;
}

select
{
	font-size: 1.0em;
}
asp:dropdownlist
{
	font-size: 1.0em;
}

asp:button
{
	font-size: 1.0em;
}

td, th
{
	vertical-align: top;
}

/* ------------- End Element tags ------------- */
