body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	color: #EFAC2B;
}
h2 {
	font-size: 1.4em;
	color: #0086ce;
}
h3 {
	font-size: 1.2em;
	color: #2065A5;
}
h4 {
	font-size: 1.0em;
	color: #003399;
}
a {
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}

a:link {
	color: #003399;
}
a:visited {
	color: #0260BD;
}
a:hover, a:active {
	text-decoration:underline;
	color:#008080;
}
table.datatable {
	border: 2px solid #2065A5;
	font-size: .85em;
}
table.datatable th, table.datatable td {
	border: 1px solid #2065A5;
}
tr.oddrow, td.oddrow {
	background: #F7F4EA;
}
th {
	color: #2065A5;
	background-color: #EFEFF7;
	border: 1px solid #15436C;
	font-size: 1.2em;
}

#navbar {
	background: #C6C3C6 url(images/layout/backgrounds/bg_startbar.gif);
	text-align: right;
}
#header {
	background: #DEDBCE url(images/layout/backgrounds/bg_header.gif) bottom;
}
#titlebar {
	color: #003399;
	background: #F1B74E url(images/layout/backgrounds/bg_titlebar.gif);
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 0px;
}
#left {
	background: #F7F3EF url(images/layout/backgrounds/bg_left.gif);
	font-size: 11px;
}
#left p {
	line-height: 15px;
	color: #0086ce;
	margin: 0 0 5;
	padding: 0px;
	text-indent: 5px;
}
#left p.active {
	background: url(images/navigation/bullet_orange.gif) no-repeat left center;
}
#left p.inactive {
	background: url(images/navigation/bullet_blue.gif) no-repeat left center;
}
#left p.inactive:hover {
	background: url(images/navigation/bullet_orange.gif) no-repeat left center;
}
#content {
	background: url(images/layout/shadow_top_content.gif) repeat-x;
	font-size: .85em;
}
#right {
	background: #EFEFF7 url(images/layout/backgrounds/bg_right.gif);
	font-size: .85em;
	color: #0086ce;
	text-align: center;
}
#right p {
	margin: 0px;
	padding: 0px;
}
#right .newsitem {
	margin-bottom: 10px;
	padding: 5px;
	background: url(images/layout/backgrounds/bg_newsitem.gif) no-repeat center bottom;
}
#footer {
	background: #FFFFFF url(images/layout/backgrounds/bg_footer.gif) repeat-x;
	font-size: 10px;
	padding-top: 7px;
}


#content .padding {
	padding: 10px;
}
#left .padding {
	background: url(images/layout/shadow_top_left.gif) repeat-x;
	padding: 0px;
	padding-top: 20px;
}
#right .padding {
	background: url(images/layout/shadow_top_right.gif) repeat-x;
	padding: 10px;
}

.sizeMinus1 {
	font-size: .8em;
}
.sizePlus1 {
	font-size: 1.2em;
}
.sizePlus2 {
	font-size: 1.4em;
}

.highlightBlueDK {
	color: #003399 !important;
}
.highlightBlueLT {
	color: #2065A5 !important;
}
.highlightGold {
	color: #EFAC2B !important;
}
.highlightRed {
	color: #990000 !important;
}



.acrobat {
	background: #F7F3EF;
	text-align: center;
	padding: 5px;
}
