/*
   CSS Document             
   Presentation BVM
   Greg Osting - 2007
*/

body {
	background-image: url(../images/src_png/bg.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
a img {border: none }
.style01 {font-size: x-small}
.style02 {font-size: small}
.style03 {font-size: medium}
.style04 {font-size: large}

.style05 {
	font-size: x-small;
	font-weight: bold;
}
.style06 {
	font-size: small;
	font-weight: bold;
}
.style07 {
	font-size: medium;
	font-weight: bold;
}
.style08 {
	font-size: large;
	font-weight: bold;
}
.style09 {
	font-size: x-small;
	font-style: italic;
}
.style10 {
	font-size: small;
	font-style: italic;
}
.style11 {
	font-size: medium;
	font-style: italic;
}
.style12 {
	font-size: large;
	font-weight: italic;
}
.style13 {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
.style14 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.style15 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.style16 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.style30 {
	color: #0033FF;
	font-weight: bold;
	font-style: italic;
}
.style31 {color: #FF0000}
.style32 {color: #000099}
a { font-family:Arial, Helvetica, sans-serif; }
p { font-family:Arial, Helvetica, sans-serif; }
td { font-family:Arial, Helvetica, sans-serif; }
h1 { font-family:Arial, Helvetica, sans-serif; }
h2 { font-family:Arial, Helvetica, sans-serif; }
h3 { font-family:Arial, Helvetica, sans-serif; }

/*
   Copyright 2006-2007 javascript-array.com
*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 79px;
	background: #004080;
	color: #EAE637;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #7F9FBF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #004080;
	border: 1px solid #004080}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #7F9FBF;
		color: #000000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #004080;
		color: #FFF}

