.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;
}

.smallHL {
  font-weight : normal; 
  font-size : 8pt; 
  font-family : Verdana, Arial, serif;
  color : #6E94BA; 
  font-style : none;
}
.smallNavi {
  font-weight : normal; 
  font-size : 8pt; 
  font-family : Verdana, Arial, serif;
  color : #969798; 
  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;
 }
 
.button1 { 
  background-color:#ffffff; 
  font-family: Verdana, Arial, serif,Underline=true; 
  color: #000000; 
  font-weight: bold; 
  text-decoration: underline;
  font-size: 8pt;
 }


 .tbBlueBorder {
    border: 1px solid #6e94ba;
}