body
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body.normal
{
	background-image: url(backNormal.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body.bulletin
{
	background-image: url(backBulletin.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body.PVSD
{
	background-image: url(backPVSD.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

div.center
{
	width: 600px;
	margin-left: 150px;
	margin-top: 75px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
}

div.box
{
	width: 590px;
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgb(172,187,208);
	border-color: rgb(154,9,5);
	border-width: 1px;
	border-style: solid;
}

div.leftBox
{
	float: left;
	width: 300px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: -142px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background-color: rgb(172,187,208);
	border-color: rgb(154,9,5);
	border-width: thin;
	border-style: solid;
}

div.footnote
{
	width: 480px;
	margin-left: 20px;
	margin-top: 0px;
	text-indent: -10px;
	font-size: 80%;
	font-style: oblique;
}

td
{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

td.text
{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}

td.left
{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

td.right
{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
}

table.main
{
	margin-left: 25px;
	margin-top: 75px;
}

table.left
{
	border-right-color: rgb(154,9,5);
	border-right-width: thin;
	border-right-style: solid;
}

table.right
{
	border-left-color: rgb(154,9,5);
	border-left-width: thin;
	border-left-style: solid;
}

.bold
{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

.large
{
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

.huge
{
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
}

.red
{
	color: rgb(128,0,0);
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

.headline
{
	color: rgb(0,0,0);
	background-color: rgb(64,64,64);
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
 
div.topBar
{
	width: 600px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	color: rgb(154,9,5);
	padding-left: 2px;
	padding-right: 2px;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

div.locationBar
{
	width: 600px;
	height: 18px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

img.left
{
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

img.right
{
	float: right;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

a.footnotesymbol
{
	font-size: 60%;
	color: rgb(154,9,5);
}

a:link
{
	color: rgb(154,9,5);
	text-decoration: none;
}

a:visited
{
	color: rgb(154,9,5);
	text-decoration: none;
}

a:active
{
	color: rgb(154,9,5);
	text-decoration: none;
}

