/****** stylesheet for OKCBB ******/
/* global structure styles */

/* ######################################## */
/* GLOBAL SITE FONT STYLES */
body, td, p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}
.main {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style : normal; 
	line-height: 120%;
}
.small {
   font-size : 8pt; 
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
.section_title {
   font-weight : normal; 
   font-size : 18pt; 
   font-family: Georgia, Times New Roman, serif;
   line-height: 160%;
}
.heading {
   font-weight : normal; 
   font-size : 12pt; 
   font-family : Arial, Helvetica, sans-serif; 
}
.sub_heading {
   font-weight : bold; 
   font-size : 11pt; 
   font-family :  Arial, Helvetica, sans-serif;
}
.outquote {
	font-style : normal;
	font-weight : normal;
	font-size : 17pt;
	font-family : TIMES NEW ROMAN, GEORGIA, TIMESf;
	color : #910000;
	line-height: 21px;
}

/* ######################################## */
/* FOOTER*/
.footertext {
   font-size : 8pt; 
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
A.footerlink, A.footerlink:link, A.footerlink:visited {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-weight : normal; 
   font-size : 8pt; 
   color : #BA0003; 
   text-decoration : none; 
}
A.footerlink:hover, A.footerlink:active {
    color : red; 
	text-decoration : none;
}

/* ######################################## */
/* GLOBAL SITE LINKS STYLES */
A:link, A:visited, A:active {
	text-decoration : none;
	COLOR: #BA0003;
	FONT-WEIGHT: bold;
}
A:hover {
	COLOR: red;
	text-decoration : underline;
}
A.nobold:link, A.nobold:visited, A.nobold:active {
	font-family : Arial, Helvetica, sans-serif; 
	text-decoration : none;
	FONT-WEIGHT: normal;
}
A.nobold:hover {
    text-decoration : underline;
	FONT-WEIGHT: normal;
}
A.small-link:link, A.small-link:visited, A.small-link:active {
	font-size: 9pt;
	text-decoration : none;
	FONT-WEIGHT: normal;
}
A.small-link:hover {
	text-decoration : underline;
}

/* ######################################## */
/* SITE MINIMENU*/
A.miniwhite, A.miniwhite:link, A.miniwhite:visited {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-weight : normal; 
   font-size : 8pt; 
   color : white; 
   text-decoration : none; 
}
A.miniwhite:hover, A.miniwhite:active {
    color : #E1EAF5; 
	text-decoration : none;
}
A.minilightred, A.minilightred:link, A.minilightred:visited {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-weight : normal; 
   font-size : 8pt; 
   color : #EAA3A3; 
   text-decoration : none; 
}
A.minilightred:hover, A.minilightred:active {
    color : white; 
	text-decoration : none;
}
A.minilightyellow, A.minilightyellow:link, A.minilightyellow:visited {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-weight : normal; 
   font-size : 8pt; 
   color : #FFEA8A; 
   text-decoration : none; 
}
A.minilightyellow:hover, A.minilightyellow:active{
    color : white; 
	text-decoration : none;
}
A.minilightblue, A.minilightblue:link, A.minilightblue:visited {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-weight : normal; 
   font-size : 8pt; 
   color : #9DDBFF; 
   text-decoration : none; 
}
A.minilightblue:hover, A.minilightblue:active {
    color : white; 
	text-decoration : none;
}
