/* Global Styles */

body {
	background: url(../assets/BlueGrid.gif);
	font-family: Verdana, Arial, Serif;
	font-size: 11px;
	padding: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a {
}

a:hover {
	color: #FF9900;
}

/* ID based Styles */

#pageContent {
	width:771px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px;
	height: auto;
}

#headerTable {
	position: relative;
	width: 771px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#bodyTable {
	position: relative;
	background: url(../assets/BlueGreenGrid.gif);
	width: 771px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#bodyCell {
	line-height:normal;
	margin: 0px;
	padding: 0px;
}

#copyRight {
	font-size: xx-small;
	padding-left: 15px;
	padding-bottom: 0px;
	color: #999999;
}

#dateformat {
	color: #FFFF00;
}

#dateformat a {
	color: #FFFF00;
	text-decoration: none;
}

#dateformat a:hover {
	color: #FFFFCC;
}

#headerH1 {
	background: url(../assets/OCMBannerText.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
	padding: 0px;
	height: 80px;
}

#headerH2 {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0px;
	height: 80px;
	margin: 0px;
	background-image: url(../assets/LogoScroll.gif);
	width: auto;
}

#headerH3 {
	background-image: url(../assets/Home.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin: 0px;
	padding: 0px;
	height: 80px;
}

#logo {
	font-size:14px;
	color: #FF9900;
	line-height:30px;
}

#navCell {
	border: 0px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}

#navNotesCell {
	background-color: #FFFFFF;
	font-size: small;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#navNotesCellP {
	font-size: x-small;
	padding: 5px;
}

#navheader {
	font-size:24px;
	color: #1F2669;
	padding:10px;
	line-height:30px;
}

#tagline {
	font-size:11px;
	color: #FF9900;
	line-height:14px;
}

#monthformat td {
	border-bottom: 1px solid #FFFFCC;
}

#tl {
	position:relative;
	top: -27px;
	left: -30px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tla {
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bla {
	position:relative;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/* Class Styles */

.additionalData {
	color: #000000;
	font-size: small;
	padding: 10px 10px 10px 10px;
}

.pageName {
	font-size:18px;
	color: #CC0000;
	line-height:24px;
}

.columnHeader {
	font-size: 11px;
	color: #FF080E;
	line-height:18px;
}

.subHeader {
	font-size:11px;
	color: #FF080E;
	line-height:18px;
}

.smallText {
	font-size:10px;
	color:#333333;
}

.navText {
	font-size:11px;
	color: #1F2669;
	line-height:16px;
	text-decoration: none;
}

.subNavText {
	font-size:11px;
	color: #1F2669;
	line-height:20px;
	text-decoration: none;
	text-align: right;
}

.navigation {
	line-height: 28px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.subNavigation {
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: 600;
}

.navigation a, .subNavigation a {
	font-size:11px;
	color: #006699;
	line-height:16px;
	text-decoration: none;
	display:block;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}

.subNavigation a {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.navigation a:hover, .subNavigation a:hover {
	color:#cc0000;
	font-weight:bold;
	background: url(../assets/mm_bullet_red.gif) 10px 50% no-repeat;
}

.pageD1 {
	background: url(../assets/CircleUL.gif) 0 0 no-repeat;
}

.pageD2 {
	background: url(../assets/CircleUR.gif) 100% 0 no-repeat;
}

.pageD3 {
	background: url(../assets/CircleLL.gif) 0 100% no-repeat;
}

.pageD4 {
	background: url(../assets/CircleLR.gif) 100% 100% no-repeat;
}

.pageCell {
	border: 0px;
	margin-left: 0px;
	padding: 5px;
}

.pageCellC {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.paragraphHeader {
	color: #006699;
	font-weight: 600;
}

.paragraphHeader a {
	text-decoration: none;
}

