body {
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #2F393B;
	text-decoration: none;
}

td {
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #2F393B;
	text-decoration: none;
}
img {
	border : none;
}

input { 
    font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #782cac;
}

textarea { 
    font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #782cac;
	width: 200px;
	height: 70px;
}
select { 
    font-family : Verdana, Helvetica,sans-serif;
	font-size: 11px;
	color: #782cac;
}

.text {
	/* General Text */	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #2F393B;
}

.text_red {
    /* General Text Red */	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #CD0000;	
}

.text_black {
    /* General Text Grey */	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #666666;
	font-weight: normal;
}

.text_green {
    /* General Text Green */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #316002;
	text-align: left;
	font-weight: normal;
}

.page_title {
    /* Page Titles */
    COLOR: #FFFF33;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.page_title_black {
    /* Subtitles */
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}

A{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
}

A:hover{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
}

A.footer{
    COLOR: #42591E;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
}

A.footer:hover{
    COLOR: #FA2406;
    TEXT-DECORATION: underline;
}

.footer2 {  
	COLOR: #42591E;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt
}
.time_date{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.captions{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #561CA3;
}

table.general {
	border: 1px solid #C490B1;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #8031B6;
	font-style: normal;
	line-height: normal;
}
.design_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #EA0707;
	font-style: normal;
	line-height: normal;
}

table.pop {
	border: 1px solid #999999;
}

img {
	border: none; 
}

input.form {
	font-family: "arial", Verdana, Arial, geneva;
	background-color: #E7F385; 
	font-size: 10px; 
	color: #333333;
	border: 1 ridge #999999;
}

select.form {
	font-family: "arial", Verdana, Arial, geneva;
	background-color: #E7F385; 
	font-size: 10px; 
	color: #333333;
	border: 1 ridge #999999;
}


.submit_button {            
	cursor:pointer;
	background-color: #E7F385;
    border-bottom-color: #333333;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #333333;
	border-style: solid;
	border-width: 2;
	border-color: #666666;
	color: #002754;
	font-family: Eurostyle, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 70;
	padding: 2;
	text-decoration: none;
}

.pop_title{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #006699;
	letter-spacing: 1px;
	font-weight: bold;
}
.pop_text{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight: normal;
}
a.pop_text2{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight: normal;
}
a.pop_text2:hover{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #006699;
	font-weight: normal;
}



/*
td.table_header {
	border: 1px solid #396D3C;
	background-color: #FFFFFF;
  	border-bottom-color: #396D3C;
  	border-top-color: #396D3C;
  	border-left-color: #396D3C;
  	border-right-color: #396D3C;
    padding: 2; 
}

td.cell {            
	border: 1px solid #A55C0E;
	background-color: #FFFFFF;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #A55C0E; 
}
*/

