body {
	margin: 0px;
	background-image: url(SRbackground.gif);
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: light;
}

div.main textarea { 	
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-weight: light;
	font-size: 10pt;
}


dd { margin-left: 10px; }

a         { text-decoration: none;	color: rgb(030,100,030); }
a:visited { text-decoration: none; color: rgb(045,145,045); }
a:hover   { text-decoration: underline; }

div.logo {
	position: absolute;
	width: 180px;
	height: 190px;
	top: 0px;
	left: 0px;
}

div.navbar {
	position: absolute;
	top: 0px;
	left: 217px;
	width: 585px;
	height: 140px;
	z-index: auto;
}

div.menu {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 150px;
}

div.menu a {
    font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    display: block;
    color: #FFCC00;
    background-repeat: no-repeat;
    padding-right: 10px;
    height: 25px;
    width: 106px;
    text-decoration: none;
}

div.menu a:hover		{ color: #FFCC00; text-decoration: none; }
div.menu a:visited		{ color: #FFCC00; }

div.menu a.item:hover   	{ background-image: url(button_menu01_on.gif); }
div.menu a.item 		{ background-image: url(button_menu01.gif); }

div.menu a.subitem:hover        { background-image: url(button_menu02_on.gif); }
div.menu a.subitem		{ margin-left: 5px; background-image: url(button_menu02.gif); }

div.menu a.curitem 		{ background-image: url(button_menu01_on.gif); }
div.menu a.cursubitem		{ margin-left: 5px; background-image: url(button_menu02_on.gif); }

div.iconbar {
	position: absolute;
	top: 185px;
	left: 53px;
	width: 150px;
}

div.main {
    position: absolute;
	top: 140px;
	left: 180px;
	background-color: none;
	width: 550px;
}

div.main p,em,td { 
	font-size: 10pt; 
}

h1 {
	font-size: 14pt;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	/*border: 1px solid blue;*/
	margin-bottom: 10px;
}

h2 { 
	font-size: 11pt; 
	line-height: 20px;
	font-weight: bold;
	color: #000000; 
	margin-bottom: 5px; 
	padding: 5px 0px 0px;
	/*border: 1px solid red;*/
}

div.main p.title {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

div.main p.change {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

.caption {
	font-size: 9px;
	font-style: italic;
	padding-bottom: 10px;
}

p.reference  {
	font-size: 10px;
	margin-left: 20px;
	text-indent: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


