
body, p, .normal  {
 	font-family : times new roman, times;
 	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	line-height:150%;
	letter-spacing: 2px;
	background-image: url(../image/body-bg.gif);
	background-repeat: repeat-y;
	text-align: justify;
 	}

ul, ol {
	font-family : verdana;
 	font-size : 10px;
	font-weight : normal;
	color : black;
	line-height:100%;
	letter-spacing: 1px;
	margin:0px;
 	margin-left:40px;
	}

li { line-height: 160%;
	 font-size:11px;
	 margin-bottom:3px;
	 }
	 
li.exploded { margin-bottom:10px; }

a { color: blue; text-decoration:none;  }

a:visited { color: blue; }

a:hover { color: #972B72; text-decoration: underline; }
	
.fixed  {
 	font-family : courier new,courier,monospaced;
 	font-size : 11px;
 	letter-spacing:normal;
	}

.home1 {
	font-weight: bold;
	color: black;
	font-size:12px;
	}
	
.footer {
	font-size: 8px;
	color: #6e2727;
	letter-spacing:normal;
	}
	
.input {
 	font-family : verdana;
	font-size : 10px;
	letter-spacing: 0px;
	color: black;
	background-color:#F1E9F1;
	border: 1px groove #ffffff;
	width:150px;
	}

.select {
 	font-family : verdana;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #ffffff;
	letter-spacing: 0px;
	}
 
.textbox {
 	font-family : courier new,monospaced;
	font-size : 11px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #ffffff;
	width:350px;
	}

.dwarf {
	font-family : verdana;
	font-size : 10px;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	text-transform:none;
	}

.button {
	font-family : verdana;
	font-size : 10px;
	font-weight:normal;
	color : black;
	letter-spacing:normal;
	}

.trlabel  {
 	font-family : trebuchet ms,verdana,arial,helvetica;
 	font-size : 10px;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
	background-color: #972B72;
 	}
	
.tdlabel  {
 	font-family : verdana,arial,helvetica;
 	font-size : 10px;
	font-weight: bold;
	color: black;
	text-transform:none;
	background-color: #CDC5CB;
 	}
	
.cell  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	color:black;
	background-color: #ffffff;
 	text-transform:none;
	letter-spacing:normal;
	}
	
.cell2  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	color:black;
	background-color: #F1E9F1;
 	text-transform:none;
	letter-spacing:normal;
	}
	
h3, .head  	{
 	font-family : trebuchet MS, tahoma, verdana, arial, helvetica;
 	font-size : 14px;
 	font-weight : bold;
	text-decoration : underline;
	color : #2A4C72;
	letter-spacing:normal;
	}
	
.dim {
	color: silver;
	}
	
.error {
	color: white;
	font-weight:bold;
	font-size : 10px;
	background-color:red;
	}
