/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #e5e5e5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 130%;
  font-weight: bold;
}
	
td {
  font-size: 70%;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color: #59584B;
}

a:link { color: #1385B8; text-decoration: underline;}
a:visited { color: #1385B8; text-decoration: underline;}
a:hover { color: #71B6D4;	text-decoration: none;}

.vs {
  font-size: 170%;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color: #666666;
  font-weight: bolder;
}

.cel_large {
  font-size: 70%;
  color: #666666;
  font-weight: bold; 
  background-color: #E3E3E3; 
  border-top: 1px solid #FFFFFF;
}

.cel_01 {
  font-size: 70%;
  color: #333333;
  background-color: #F4F4F4; 
  border-top: 1px solid #FFFFFF;
  background-image: url('../images/common/cel_bg.gif');
  background-position: top right;
	background-repeat: repeat-y;
}

.cel_02 {
  font-size: 70%;
  color: #666666;
  background-color: #F4F4F4; 
  border-top: 1px solid #FFFFFF;
  background-image: url('../images/common/cel_bg.gif');
  background-position: top right;
	background-repeat: repeat-y;
}

/*---------------------------
        FORM STYLES
---------------------------*/

.formstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.buttonstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border-width: 1px;
  border-color: 666666;
  border-style: solid;
  cursor: pointer;
  background-color: #3B79BD;


