HTML {
	height: 100%;
	width: 100%;
}
BODY {
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color:#333333;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background: #e5e5e5 url(../images/bg.gif) repeat-y top left; 
}
A {
	cursor:pointer;
}
A:link, A:visited, A:active, A:hover
{ 
	color: #214f7a;
	text-decoration: none;
}
A:active, A:hover
{ 
	color: #214f7a;
	text-decoration: underline;
}
P, H2{
	font-size: 12px;
	padding: 0px;
	line-height: 18px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
}

H2{
	font-size: 14px;
	color: #336699;
}
IMG {
	border-width: 0px;
}
H1 {
	font-size: 16px;
	font-weight:;
	margin: 0px;
	line-height: 22px;
	padding-bottom: 4px;
}
HR {
	border:0;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-bottom:20px;
}
UL{
	padding-left: 0px;
	margin-left: 1px;
	margin-top: 0px;
	list-style-image:none;
	list-style-type:none;
}
UL LI{
	display: ;
	background:url(../images/plus_list.gif) no-repeat 0px 6px;
	padding-left:10px;
	padding-bottom:8px;
}
*html UL LI{
	display: ;
	background:url(../images/plus_list.gif) no-repeat 0px 7px;
	padding-left:10px;
	padding-bottom:8px;
}
