/*template*/
body
{
	font-family:arial, helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	/*background-color:#E8E8E8;*/
	background-color:white;/*#D9D9F3;*/
}

a
{
	color:#3299CC;
	text-decoration:none;
}

a:hover
{
	color:white;
	background-color:#3299CC;
}

p, ul li.li_smaller
{
	font-size:0.75em;
}

p {padding:5px;}

h1
{
	color:#333333;
	font-size:1.0em;
	font-weight:bold;
	padding-left:10px;
	font-size:0.9em;
	margin-bottom:3px;
	margin-top:3px;
	border-bottom:1px solid #3299CC;
}

img
{
	border:none;
}

ul.ul_generic
{
	list-style:url(../images/bullet1.gif);
}







