body, td {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 10pt;	
}

p, li {
	line-height: 1.4em;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}

a {
	color: #000000;
}

img {
	border: 0px;
}

input {
	font-family: Arial, Helvetica, Verdana, Tahoma;
}

li {
	margin-bottom: 0.5em;
}

small {
	font-size: 8pt;
}

table.oiavTable {
	width: 90%;
}
* html table.oiavTable {
	width: 70%;
}

table.oiavTable thead tr td {
	background-color: #FF8021;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
}
table.oiavTable thead tr td a {
	color: #FFFFFF;
}
table.oiavTable thead tr td small {
	font-weight: normal;
}
table.oiavTable tbody tr td {
	background-color: #EDEDED;
	color: #000000;	
}
table.oiavTable tbody tr.oiavTableFooter td {
	background-color: #FF8021;
	color: #FFFFFF;
	text-align: right;	
	font-size: 8pt;
}
table.oiavTable tbody tr.oiavTableFooter td a {
	color: #FFFFFF;
}

#oiavHeader {	
	height: 53px;
	width: 100%;	
}

#oiavMenu {
	float: left;
	width: 250px;
	background-image: url('menu_background.gif');	
	background-repeat: repeat-y;	
}
#oiavMenu a {
	display: block;
	height: 35px;	
	font-size: 11pt;	
	text-decoration: none;	
	background-image: url('list_style_image.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 25px;	
	padding-left: 35px;
	padding-top: 4px;	
}
* html #oiavMenu a {
	height: 40px;
}
#oiavMenu a.active {
	background-image: url('list_style_image_active.gif');
	height: 21px;	
}
* html #oiavMenu a.active {
	height: 25px;
}

#oiavMenu a:hover {
	text-decoration: underline;
}
#oiavMenu a.last {		
	height: 21px;		
}
* html #oiavMenu a.last {
	height: 25px;
}
#oiavMenu a.sub, #oiavMenu a.subactive {
	background: transparent;
	font-size: 10pt;
	height: 20px;
	margin-left: 40px;
}
#oiavMenu a.subactive {
	font-weight: bold;
}

#oiavContent {
	text-align: left;
	vertical-align: top;
	margin-left: 250px;
}

#oiavFooter {
	text-align: center;
	clear: both;
	height: 21px;
	font-size: 8pt;	
	border-top: 1px solid;
	border-color: #DDDDDD;
	margin-left: 10%;
	margin-right: 10%;	
	padding-top: 1em;	
}
#oiavFooter a {
	text-decoration: none;
}
#oiavFooter a:hover {
	text-decoration: underline;
}

