/* ---------- GLOBAL STYLE SHEET -----------------------------
Global Contents NOTE : Will default all contents of the page to this style unless another syle
is applied to the element.------------------------------- */

}
/* -------------------------------
      TEXT STYLES
------------------------------- */
/* DEAFAULT TEXT STYLES */
body, div, table, tr, input, select, textarea {
	COLOR: #7B7B7B; 
	margin: 0px;
	SCROLLBAR-BASE-COLOR: #0978D4;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td{
	COLOR: #7B7B7B; 
	margin: 0px;
	SCROLLBAR-BASE-COLOR: #0978D4;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
COLOR: #000066;
TEXT-DECORATION:none;
}
a:visited {
COLOR: #000066;
TEXT-DECORATION:none;
}
a:hover {
COLOR: #0295FF; 
TEXT-DECORATION:underline;
}
a:active {
COLOR: #000066;
TEXT-DECORATION:none;
}


/* Page Body */
.sitebody { 
	margin: 0px;  
	padding: 0px;
	background-color: White;
	COLOR: #7B7B7B; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }

/* TITLE 1 */
.title_page {
	COLOR: #0396FE; 
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top : 0em; 
	margin-bottom : 0.6em;
}
/* TITLE 2  */
.title_sub1 {
COLOR: #0396FE; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top : 0em; 
	margin-bottom : 3px;
}
/* TITLE 3 */
.title_sub2 {
COLOR: #0396FE; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top : 0em; 
	margin-bottom : 0.6em;
}
/* TITLE 4 */
.title_sub3 {
COLOR: #0396FE; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin-top : 0em; 
	margin-bottom : 0.4em;
}

/* -------------------------------
      TABLE STYLES
------------------------------- */
/* TABLE OUTLINE 1 */
.table_outline1 {
	background-color : #F0F0F0; 
	border : 1px solid #999966; 
	border-right-width : 0px; 
	border-top-width : 0px; 
	empty-cells : show;
	padding: 0 0 0 0;
	}
/* TABLE OUTLINE 2 */
.table_outline2 {
	background-color : #CCCDB1; 
	border 1px solid #999966; 
	border-right-width : 1px; 
	border-top-width : 1px; 
	empty-cells : show; 
	margin: 1px 1px 1px 1px;
	margin-top : 0em; 
	margin-bottom : 1.5em;
}
/* DEAFAULT CELL STYLES */

/* CELL TITLE 1 */
.td_title1{
	color:#FFFFFF;
	font-weight: bold;
	background-color:#990033;
	text-transform: uppercase;
}
/* CELL TITLE 2 */
.td_title2{
	color: Black;
	font-weight: bold;
	background-color: #7FFFD4;
	text-transform: capitalize;
}
/* CELL CONTENT */
.td_content{
	color: Black;
	background-color: White;
}

/* -------------------------------
      PARAGRAHS, LISTS, LINE STYLES
------------------------------- */
/* DEAFAULT  STYLES */
p {line-height : 12pt; margin-top : 0em; margin-bottom : 1.5em;}
ul {line-height : 12pt; margin-top : 0em; margin-bottom : 1.5em;}
ol {line-height : 12pt; margin-top : 0em; margin-bottom : 1.5em;}
hr{color: #666666; height: 1px;}

/* Bullet Title */
.bullet_title {
	line-height : 0pt; 
	margin-top : 0em; 
	margin-bottom : 1.5em;
}
/* Bullet Square */
.bullet_square {
	list-style: square;
}
/* Bullet Image */
.bullet_image {
	list-style-image: url(../../images/css/bullet_arrow.gif);
}
/* Bullet Upper Alpha */
.bullet_ualpha {
	list-style-type: upper-alpha;
}

/* Bullet Lower Alpha */
.bullet_lalpha {
	list-style-type: lower-alpha;
} 

/* Bullet Upper Roman */
.bullet_uroman {
	list-style-type: upper-roman;
} 

/* Bullet Lower Roman */
.bullet_lroman {
	list-style-type: lower-roman;
} 
 /* -------------------------------
      IMAGE SIZING STYLES
------------------------------- */
/* LANDSCAPE THUMB  */
.image_landscape1_thumb{
	width: 100px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}



/* LANDSCAPE SM  */
.image_landscape2_sm{
	width: 170px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* LANDSCAPE MED  */
.image_landscape3_md{
	width: 220px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* LANDSCAPE LG  */
.image_landscape4_lg{
	width: 270px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT THUMB  */
.image_portrait1_thumb{
	height: 100px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT SML  */
.image_portrait2_sm{
	height: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT MED  */
.image_portrait3_md{
	height: 200px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT LG  */
.image_portrait4_lg{
	height: 250px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE THUMB  */  
.image_square1_thumb{
	height: 70px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE SML  */  
.image_square2_sm{
	height: 120px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE MED  */  
.image_square3_md{
	height: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE LG  */  
.image_square4_lg{
	height: 200px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}    
/* TEXT-FLOW-AROUND-LEFT */
.text_flow_around_left{ float: left;  border: 1px solid Black;  }

/* TEXT-FLOW-AROUND-RIGHT */
.text_flow_around_right{ float: right; border: 1px solid Black;  }

}
/* SQUARE LG  */  
.TitleField_SML{
		font-weight: bold;
}    
 
.TitleField_MED{
	COLOR: #000066; 
	FONT: 12px geneva, verdana, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}   
.TitleField_LGE{
		font-weight: bold;
	COLOR: #000066; 
	FONT: 13px geneva, verdana, arial, sans-serif;
}   
