/* Normal Links */
a { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}

a:active { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}

a:visited { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}
	
a:hover { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	border-bottom: 1px dotted #595656;
	}

/* Job Links */

a.job { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: underline;
	}

a.job:active { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}

a.job:visited { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: underline;
	}
	
a.job:hover { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}


/* Menu Links */

a.menu {
	font-size: 8pt;
	font-weight: bold;
	color: #595656;
	text-decoration: none;
	}

a.menu:active {
	font-size: 8pt;
	font-weight: bold;
	color: #595656;
	text-decoration: none;
	}

a.menu:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #595656;
	text-decoration: none;
	}

a.menu:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #E43131;
	text-decoration: none;
	}

a.cms	{
	font-size: 8pt;
	color: #EFEFEF;
	text-decoration: none;
	}
a.cms:active {
	font-size: 8pt;
	color: #EFEFEF;
	text-decoration: none;
	}
a.cms:visited {
	font-size: 8pt;
	color: #EFEFEF;
	text-decoration: none;
	}
a.cms:hover {
	font-size: 8pt;
	color: #EFEFEF;
	border-bottom: 1px dotted #EFEFEF;
	}

/* Yellow Links */

a.yellow:active { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #EEC74F 
	}

a.yellow:visited { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #EEC74F 
	}

a.yellow:hover { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #EEC74F
	}
	
	
/* Hover Menu */

 

.hmenu

{

padding: 0px;

margin: 0px;

}

 

.hmenu li

{

display: inline;

}

 

 

.hmenu ul

{

list-style: none;

padding: 0px;

margin: 0px;

text-align: right;

}

 

 

.hmenu a

{

display: inline;

color: #F6F476;

text-decoration: none;

padding-left: 4px;

}

.hmenu a:visited

{

display: inline;

color: #F6F476;

text-decoration: none;

padding-left: 2px;

}

.hmenu a:hover

{

text-decoration: none;

color: #fff;

background-color: #193B7F;

}


// HMENU2

.hmenu2

{

padding: 2px;

margin: 0px;

}

 

.hmenu2 li

{
width: 100%;
padding-right: 2px;
//display: inline;

}

 

 

.hmenu2 ul

{

list-style: none;

padding: 0px;

margin: 0px;

width: 100%;

text-align: left;

}

 

 

.hmenu2 a

{

display: block;

color: #000;

text-decoration: none;
width: 100%;

//border-left: 5px solid #6E6E70;

padding-left: 2px;
padding-right: 2px;

}

 

.hmenu2 a:hover

{

text-decoration: none;

color: #fff;
width: 100%;

background-color: #193B7F;

//border-left: 5px solid #F4D14F;

}





// END HMENU2

 

 

/* Body */

b { 
	font-family: Arial; 
	font-size: 9pt 
	}

body, layer { 
	color: 000000; 
	background-color: #FFFFFF; 
	}

body, td, center, p, div { 
	font-family: Arial; 
	font-size: 9pt 
	}

.bold { 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 10pt 
	}

.list { 
	font-family: Arial; 
	font-size: 11pt 
	}

.yellow { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #F0C942; 
	}

.wine {
	font-family: Verdana;
	font-size: 9pt;
	color: #8B2429;
	}
.blue {
        font-family: Verdana;
        font-size: 8pt;
        border: 1px solid #8BC4F9;
        background-color: #EBEEC4;
        text-align: center;
        }


.light { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #EFEFEF; 
	}

.small { 
	font-size: 7pt; 
	font-family: Verdana 
	}

.large { 
	font-size: 14pt; 
	}

.medium { 
	font-size: 11pt; 
	font-weight: bold; 
	font-family: Verdana; 
	}

.error { 
	font-size: 9pt; 
	font-weight: bold; 
	font-family: Verdana; 
	color: red; 
	}

.buttonlook { 
	background-color: rgb(220,220,220); 
	color: rgb(0,0,0); 
	border-left: 1px solid rgb(255,255,255); 
	border-right: 1px solid rgb(255,255,255); 
	border-top: 1px solid rgb(255,255,255); 
	border-bottom: 1px solid rgb(255,255,255) 
	}

.fieldlook { 
	background-color: rgb(220,220,220);
	color: rgb(0,0,0); 
	}

.pageheader { 
	font-weight: bold; 
	font-family: arial; 
	font-size: 16pt 
	}

.pageheader2 { 
	font-weight: bold; 
	font-family: arial; 
	font-size: 14pt 
	}

.tablecolor { 
	background-color: #DDDDDD 
	}

.tablecolor2 { 
	background-color: #FFFFFF 
	}

.tablecolor3 {  
	background-color: #EEEEEE 
	}

.tableborder { 
	BACKGROUND-COLOR: #000000 
	}

/* Classes */

.table_line{ 
	background-color: #000000; 
	}

.cell_front{ 
	background-color: #FFFFFF; 
	}

.cell_head{ 
	background-color: #EEEEEE;
	}

.input{ 
	font-family: verdana; 
	font-size: 11px; 
	border: 1px solid #000000;
	margin: 0;
	}

.button{ 
	font-family: verdana; 
	font-size: 9px; 
	border: 1 solid #000000; 
	}

.button2{ 
	font-family: verdana; 
	font-size: 9px; 
	}

