.css {
	background-image:  url('../images/bg.gif');
	background-repeat: repeat-x
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:hover {
  color : #000000;
  text-decoration: none;
}
A.visited {
  color : #000000;
  text-decoration: underline; 
}
A.link {
  color : #000000;
  text-decoration: underline;
}
A.active {
  color : #000000;
  text-decoration: underline;
}
A {
  color : #000000;
  text-decoration: underline;
}
hr {
  color : 000000;
  height : 1px;
  
}
.small {
  font-weight : normal; 
  font-size : 8pt; 
  font-family : Verdana, Arial, serif;
  color : #000000; 
  font-style : none;
}

.smallWhite {
  font-weight : normal; 
  font-size : 8pt; 
  font-family : Verdana, Arial, serif;
  color : #FFFFFF; 
}

.smallRed {
  font-weight : normal; 
  font-size : 8pt; 
  font-family : Verdana, Arial, serif;
  color : red;
}

.header {
  font-weight : bold; 
  font-size : 11pt; 
  font-family : Verdana, Arial, serif;
  color : #000000; 
}

.para {
  font-weight : normal; 
  font-size : 9pt; 
  font-family : Verdana, Arial, serif;
  color : #000000; 
}

.textbox {
  border : solid #19558f;
  border-width : 1px;
  font-family : Verdana, Arial, serif;
  font-weight : normal;
  font-size : 10px;
  color : #666666;
  background-color : #efefef;
}

.title2 {
  font-weight : bold; 
  font-size : 9pt; 
  font-family : Verdana, Arial, serif;
  color : #19558F; 
}

.button { 
  background-color:#6E94BA; 
  font-family: Verdana, Arial, serif; 
  border-left: 1px solid #384A2d; 
  border-right: 1px solid #000000; 
  border-top: 1px solid #384A2d; 
  border-bottom: 1px solid #000000; 
  color: #ffffff; 
  font-weight: bold; 
  font-size: 8pt;
 }
 .button_green { 
   	BORDER-RIGHT: #006633 1px outset;
    BORDER-TOP: #00cc33 1px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT: #00cc33 1px outset;
    COLOR: #ffffff;
    BORDER-BOTTOM: #006633 1px outset;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #009966
 	}  	
 .buttonNew
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; 
    background-color:#ff6600;
    text-decoration:none;
    margin:0px;
}
 .tbBlueBorder {
    border: 1px solid #6e94ba;
}
.lbutton
{
	font-family:Verdana;
	font-size:12px;
	color:Purple;
	text-decoration:none;
}

.mainbuttons
{
	font-family:Verdana;
	font-size:15px;
	color:white;
	text-decoration:none;
	

}
.but
{
	cursor:pointer;
}