body{
	font-family: Arial,sans-serif;
	color: #003366;
	line-height: 1.166;	
	margin: 7px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #RRRR33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-weight: normal;
 font-size: 80%;
 color: #334d55;
}

h2{
 font-family: Tahoma;
 font-size: 66%;
 color: #666666;
}

h3{
 font-size: 80%;
 color: #334d55;
}

h4{
 font-size: 66%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


/****Table Style****
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-collapse: collapse;
	
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	
	
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	
	
	-moz-border-radius: ;
}


UL {
list-style-image: url(B1.gif);
}

UL UL LI {
list-style-image: url(/graphics/sub_bullet.gif);
}

UL UL UL LI {
list-style-image: url(/graphics/sub_sub_bullet.gif);
}


				






