body 
{
	background-color: white;
	margin: 0;
}

p,h1,h2,h3,h4,h5,h6,hr
{
	color: black;
	font-family: times, serif;
	text-align: left;
}

*.header
{
	font: normal normal bold 14px times, serif;
	
	color: #0000FF;
	text-align: center;
}

*.center
{
	text-align: center;
}

*.bold_message
{
	font: normal normal bold 17px times, serif;
	text-align: center;
}

*.red
{
	color: #ff0000;
}

p
{
	font-size: 12;
	text-indent: 15;
}

h6
{
	font: normal normal bold 14px times, serif;
	color: #0000FF;
	text-align: center;
	line-height: 1;
}

h5
{
	font: normal normal bold 20px times, serif;
	color: #F0C403;
	text-decoration: underline;
}

h4
{
	font: normal normal bold 24px times, serif;
	color: black;
	text-align: center;
}

h2
{
	font: normal normal bold 40px times, serif;
	color: #0000FF;
	text-align: center;
}

h1
{
	font: normal normal normal 36px/38px arial, serif;
	text-align: center;
}

a.changelink:link
{
	font: normal normal bold 14px times, serif;
	color: #0000ff;
	text-decoration: none;
}

a.changelink:visited
{
	font: normal normal bold 14px times, serif;
	color: #F0C403;
	text-decoration: none;
}

a.poplink:link
{
	font: normal normal normal 14px/1px times, serif;
	color: #0000ff;
	text-decoration: none;
}

a.poplink:visited
{
	font: normal normal normal 14px/1px times, serif;
	color: #0000ff;
	text-decoration: none;
}

a.poplink:hover
{
	font: normal normal bold 14px/1px times, serif;
	text-decoration: none;
}

a.poplink:active
{
	font: normal normal bold 14px/1px times, serif;
	color: #F0C403;
	text-decoration: none;
}

a.poplink_disabled
{
	font: normal normal normal 14px/1px times, serif;
	color: #000000;
	text-decoration: underline;
}

a.navlink:link
{
	color: #0000ff;
	text-decoration: underline;
}

a.navlink:visited
{
	color: #0000ff;
	text-decoration: underline;
}

a.navlink:hover
{
	color: #F0C403;
	text-decoration: underline;
}

a.navlink:active
{
	color: #F0C403;
	font-weight: bolder;
	text-decoration: underline;
}

a.navlink_disabled
{
	color: #000000;
	text-decoration: underline;
}

a.textlink:link
{
	font: normal normal normal 12px times, serif;
	text-decoration: none;
	color: black;
	text-align: left;
}

a.textlink:visited
{
	font: normal normal normal 12px times, serif;
	text-decoration: none;
	color: black;
	text-align: left;
}

table
{
	border_style: none;
}

td.side_spaced
{
	padding: 0px 20px 0px 20px;
}

*.thin_table
{
	border: thin solid #000000;
}

*.padded_table
{
	padding: 4px;
}

*.bottom_thin_table
{
	border-bottom: thin solid #000000;
}

*.border_colored
{
	border: 10px outset #0000ff;
}

*.border_right_div
{
	border-right: thin solid #0000ff;
}

*.top_ruled
{
	border-top: medium solid #0000ff;
}

*.bottom_ruled
{
	border-bottom: medium solid #0000ff;
}

*.error
{
	font: italic small-caps bold 24px times, serif;
	color: #ff0000;
	text-align: center;
}

img
{
	border-style: none;
	margin: 0;
}

img.footer
{
	vertical-align: bottom;
	align: center;
}

