A {
	font-family: Arial;
	font-size:14px;
	TEXT-DECORATION: underline;
	color: #0053A0;
}

A:hover {
	TEXT-DECORATION: none;
	color: Red;
}

.redlink {
	TEXT-DECORATION: none;
	color: Red;
}

.bg_1 {
	background: #EAEFF9;
}

.bg_2 {
	background: #FFEBCD;
}

.bg_3 {
	background: #A7C5C6;
}

.bg_4 {
	background: #FEFECB;
}

.bg_5 {
	background: #F49285;
}

.bg_6 {
	background: #F7F9FF;
}

.bg_7 {
	background: #6C8CA4;
}

.bg_8 {
	background: #EADDBA;
}

.bg_9 {
	background: #E5ECF9;
}

.bg_10 {
	background: #FFFFFF;
}

.bg_11 {
	background: #FFA8A8;
}

.bg_12 {
	background: #F5FCCE;
}


/*
.bg_1 {
	background: #D8E4D7;
}

.bg_2 {
	background: #DEDFCE;
}

.bg_3 {
	background: #FFCEAD;
}

.bg_4 {
	background: #E4DAC5;
}
*/

.bg_gray {
  background: url(../img/bg_gray.gif) repeat-x;
}

.bg_green {
  background: url(../img/bg_green.gif) repeat-x;
}

.bg_button {
  background: url(../img/bg_button.gif) repeat-x;
}

.bg_button_2 {
  background: url(../img/bg_button_2.gif) repeat-x;
}

.bg_title {
  background: url(../img/bg_title.gif) repeat-x;
}

.dot_hor{
	background: #FFFFFF url(../img/hor_line.gif) repeat-x;
}

.dot_ver{
	background: #FFFFFF url(../img/ver_line.gif) repeat-y;
}

.form {
  margin-bottom: 0px;
  margin-top: 0px;
  margin: 0px 0px;
}

.strip {
	background: #FFFFFF url(../img/bg_6C8CA4_E2E2E2.gif) repeat-x;
}

.strip2 {
	background: #FFFFFF url(../img/bg_6C8CA4_E0FED0.gif) repeat-x;
}

.strip3 {
	background: #FFFFFF url(../img/bg_bb.gif) repeat-x;
}

.strip4 {
	background: #FFFFFF url(../img/bg_bb2.gif) repeat-x;
}

.strip5 {
	background: #FFFFFF url(../img/bg_6C8CA4_E5ECF9.gif) repeat-x;
}
 
.button {
	background: #F5FCCE url(../img/buttonbg_s.png) repeat-x; 
	padding: 0px 4px 1px 4px;
	border-style: solid; 
	border-width: 1px;
	border-color: #f2efef #908d8d #908d8d #f2efef; 
	font: 13px Arial;
	text-decoration: none;  
	height: 25px;
	cursor: pointer;
}

.button_contact {
	background: #F5FCCE url(../img/buttonbg.png) repeat-x; 
	padding: 0px 2px; 
	border-style: solid; 
	border-width: 2px;
	border-color: #f2efef #908d8d #908d8d #f2efef; 
	font: bold 14px Arial; 
 	padding: 10px;
	text-decoration: none; 
	height: 45px;
	cursor: pointer;
	color: #ff3333;
}

.active {
  font-family:Arial;
  color: red;
	font-size:14px;
}

.passive {
  font-family:Arial;
	font-size:14px;
}

table.tlogin {
	font-family:Arial;
	font-size:12px;
}

.bgrnd{
	background: #0A6B9D url(../img/header_r_3.gif);
	font: 8px Arial;
}

.bgrnd1{
	background: #0A6B9D url(../img/header_r_1_s_l.gif);
	/*font: 8px Verdana;*/
}

TD {
	font-family:Arial;
	font-size:14px;
}

td.sml {
	font-family:Arial;
	font-size:11px;
}

#wrapper {
	width: 100%; 
}

#title {
	font: bold 14px Verdana; 
}

.pic_border {
	border: 4px solid #E2E2E2;	
}

.pic_border2 {
	border: 4px solid #FBC8C1;	
}

.pic_border_big {
	border: 1px solid #A7C5C6;
}

.pic_border_red {
	border: 4px solid red;
}

#red {
	color: red; 
	text-decoration: none;
}

#green {
	color: green;
}

#lightgreen {
	color: #33CC33;
}

#gray {
	color: gray;
}

#master {
  color: #004040;
}

#slave {
  color: #CC0000;
}

#white {
  color: #FFFFFF;
}


#content li {
	padding-left: 25px;
	margin-bottom: 7px;
	background: url("../img/check.gif") 0 1px no-repeat;
}

ul {
	position: relative;
	list-style: none;
}

#loading {
	position: fixed; position: absolute;
  	top: 50%;
    left: 50%;
    display: none;
    width: 150px;
    height: 32px;
    padding-top: 10px;
    font-family: Verdana;
    font-size: 11pt;
    color: #000000;
    background: #F3F47C;
    border: 0;
    text-align: center;
    z-index: 1;
}