/* Stylesheet for Meus Officium */

body {
	background-color: #FFFFFF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #003333;
	line-height: 15px;
	text-align: left;
	
}


a:link {
	color: #004000;
	text-decoration: underline;
}


a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #800040;
}

a.one:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;

}

a.one:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

a.one:hover {
	color: #FFFFFF;
	font-weight: bolder;
	padding: 0pt;
	height: 0px;
	width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}


/* Layout Divisions*/

#masthead {
	position:absolute;
	width:1000px;
	height:85px;
	z-index:5;
	left: 0px;
	top: 0px;
	background-color: #000000;
}

#navlink {
	background-color: #CCCCCC;
	background-image: url(images/back1_bar.gif);
	text-align:center;
}

#documentbody {
	position:absolute;
	width:850px;
	height:500px;
	z-index:2;
	left: -6px;
	top: 85px;
	background-color: #FFFFFF;
}

#footer {
	position:absolute;
	width:800px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 580px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/back1_bar.gif);
	
}

#images {
	position:absolute;
	width:200px;
	height:40px;
	z-index:6;
	left: 549px;
	top: 10px;
}

/* Formatting Styles*/

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #004000;
	line-height: 12px;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5A616C;
	line-height: 14px;

}	

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #004000;
	line-height: 14px;

}	
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 20px;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 3px;
	color: #FFFFFF;

}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #003333;
	line-height: normal;
}

.samlltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #003333;
	line-height: normal;
}

