body, table, pre, select, option, input, textarea, h1, h2, h3, h4, h5, h6, div
{
	font-family:Tahoma, Verdana, Lucida, Geneva, HeAlvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
body
{
	background:white;
	margin:0px;
}
body, table, pre
{
	line-height:2em;
}

a
{
	color:#003399;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

th, td
{
	vertical-align:top;
}

/* Used for underlining text */
/*
Light to dark:  #EFEFEF -> #D8D8D8 -> #CCCCCC -> #AAAAAA -> silver
*/
h1, h2, h3, h4, h5, h6
{
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}
h1	
{	
	border-bottom:1px solid navy;
}
h2
{
	border-bottom:1px solid #F5F5F5;
}
h3
{
	border-bottom:1px solid maroon;
}
h4
{
	border-bottom:1px solid #CCCCCC;
}
h5
{
	border-bottom:1px solid #ECECEC;
}
h6
{
	border-bottom:1px solid #DCEAFF;
}

form
{
	margin:0px;
	padding:0px;
}
select
{
	padding:1px;
}
option
{

}

ul
{
	margin:0px;
	padding:0px 20px;
}
li
{
	list-style:disc;
	line-height:2em;
}

img
{
	border:0px;	
	padding:0px;
	margin:0px;	
}