body {
	background-color: #CDCDEE;
	background-image: url(/images/v10/backcorner1.png);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 12px;
}
td {
	font-family: inherit;
	font-size: 12px;
}
select {
	background-color: #E6E5EF;
	font-family: inherit;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}

A.bookmark, A:HOVER.bookmark, A:FOCUS.bookmark, A:ACTIVE.bookmark {
	color: black;
}

A, A:LINK, A:VISITED {
	font-weight: bold;
	text-decoration: none;
	color: #373C74;
	cursor: pointer;
	outline: none;	
}

A:ACTIVE, A:FOCUS, A:HOVER {
	font-weight: bold;
	text-decoration: none;
	color: green;
	cursor: pointer;
}

a.menu, a:link.menu, a:visited.menu {
	font-weight: bold;
	text-decoration: none;	
	color: white;
	font-size: 12px;
}

a:hover.menu, a:focus.menu, a:active.menu {
	font-weight: bold;
	text-decoration: none;	
	color: #E7DECF;
	font-size: 12px;
}

.menu {
	width: auto;
	float: left;
	padding: 0.1em 1em 0.1em 0.5em;
	cursor: default;
}
A.small, A:LINK.small, A:VISITED.small {
	font-weight: bold;
	text-decoration: none;	
	color: red;
	font-size: 10px;
}

A:HOVER.small, A:FOCUS.small, A:ACTIVE.small {
	font-weight: bold;
	text-decoration: none;	
	color: green;
	font-size: 10px;
}
A.copyright, A:LINK.copyright, A:VISITED.copyright {
	font-weight: bold;
	text-decoration: none;	
	color: yellow;
	font-size: 10px;
}

A:HOVER.copyright, A:FOCUS.copyright, A:ACTIVE.copyright {
	font-weight: bold;
	text-decoration: none;	
	color: #E6E5EF;
	font-size: 10px;
}


HR {
	color: #373C74;
}
#page {
	position:relative;
	text-align:center;
}
#top_corner {
	position: absolute;
	background-image: url(/images/v10/topcorner1.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	top: 0px;
	left: 0px;	
}

#container {
	position: relative;
	background-image: url(/images/v10/body_bg.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin: 10px 20px 20px 20px;
	azimuth: center;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}
#top {
	position: relative;
	background-color: #373C74;
	border-bottom: 3px solid white;
	border-top: 3px solid white;
	border-left: 3px solid white;
	height: 55px;
	text-align: right;
	color: white;
	z-index:9;
}
#left {
	position: relative;
	float: left;
	border-left: 3px solid white;
	width: 80px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 20px;
	z-index:3;	
}
#jumpmenu {
	position: relative;
	float:right;
	margin-top: 0px;
	z-index:2;
}
#right {
	position: relative;
	background-color: #E7DECF;
	min-height: 200px;
	/*height: 0px !important height: 220px;*/
	padding-top:20px;
	padding-left:10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 115px;	
	text-align: left;
	margin-top: -14px ;
}
#float {
	position: relative;
	float: right;
	width: 150px;
	border-left: 3px solid white;	
	border-bottom: 3px solid white;
	background-color: #386351;
	padding: 0px 3px 3px 5px;
	z-index:1;	
}
.floatbox {
	color: #E7DECF;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
.floatbox_title {
	color: #E7DECF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.sidebar {
	position: relative;
	float:right;
	width:200px;
	background-color:#373C74;
	color: #E7DECF;
	border:3px solid white;
	padding-left: 10px;
	padding-right:5px;
	margin-left: 5px;
	margin-right: -12px;
}
#footer {
	position: relative;
	background-color: #386351;
	background-image: url(/images/v10/corner.png);
	background-attachment: scroll;
	background-position : left;
	background-repeat : repeat-y;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 45px;
	border-top: 3px solid white;
	text-align: right;
	padding-top: 3px;
	z-index:4;
}
#copyright {
	float: right;
	font-size: 9px;
	color: white;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#print {
	float: left;
}
P.special {
	color : #0033FF;
	font-weight : bold;
	font-size : inherit;

	font-style : inherit;
	font-family : inherit;
}
img {
	border: none;
}
legend {
	color:red;
	font-weight: bold;
}