BODY
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: black;
    background-image: url(../images/body_background.png);
    background-repeat: repeat-y;
    background-position: center;
	background-attachment: scroll;
}


TABLE
{
	background-color: #FFFFFF;
	padding: 0;
}

TH
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #000000;
	font-weight: bold;
	text-align: left;
}


TD
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #000000;
}

.normal
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #000000;
}

.note
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.att
{
	font-size: 12pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #000000;
	background-color: #FF7E00;
}

H2
{
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000
}

H3
{
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: black;
        margin-bottom: 1px;
        padding-bottom: 1px;
}

H4
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: black;
        margin-bottom: 1px;
        padding-bottom: 1px;
}

.white_text
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.big_number
{
	font-size: 16pt;
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


.menu_level1
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.menu_level2
{
	font-weight: normal;
	font-size: 10pt;
	color: #000080;
	text-decoration: none;
}

.menu_level3
{
	font-weight: normal;
	font-size: 10pt;
	color: #9D4F00;
	text-decoration: none;
}

.heading
{
	font-size: 14pt;
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: bold;
	color: #B7CE39
}

.border
{
	border-bottom:1px solid black;
}

.box_border
{
	border:1px solid black;
}

a
{
    text-decoration: none;
}

a:hover
{
	font-weight: bold;
    text-decoration: none;
}

a:focus {outline: none;}

.mylink:visited
{
    color: black;
	text-decoration: none;
}

.mylink:link
{
    color: black;
	text-decoration: none;
}

li
{
	list-style: inside;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-style: normal;
}




#sddm
{
    margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-style: normal;
}

#sddm li a
{
    display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #2C3C89;
	color: white;
	text-align: left;
	text-decoration: none
}

#sddm li a:hover
{
    background: #2C3C89
}

#sddm div
{
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #2C3C89;
	border: 1px solid #5970B2
}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #2C3C89;
    color: white;
    font-size: 10pt;
	font-family: Verdana, Arial;
	font-style: normal;
}

#sddm div a:hover
{
    font-weight: bold;
    background: #2C3C89;
    color: white
}

.gray
{
    color: gray;
}

.red
{
    color: red;
}

.blue
{
    color: blue;
}

.green
{
    color: green;
}

