body {
	font-family: Tahoma, Arial, helvetica, sans-serif;
  	color: #403f3f;
  	font-size:11px;
	margin: 0 auto 0 auto ;
	padding: 0px;
	background-position:0px 121px;
}
	
p {
  padding: 0;
  margin: 0;
}

td {
	font-family: Tahoma, Arial, helvetica, sans-serif;
  	color: #403f3f;
  	font-size:11px;
	vertical-align:top;
}

a {
	color:  #990033;
	text-decoration: none;
}
a:hover{
	color: #900234;
	text-decoration: underline;
}

a.menuLeft {
	padding-left: 5px;
	color: #565656;
 	text-decoration: none;
	font-weight: normal;
}
a.menuLeft:hover{
	color: #565656; 
	text-decoration: underline;
	font-weight: normal;
}

a.menuLeftBold {
	padding-left: 5px;
	color: #900234;
 	text-decoration: none;
	font-weight: bold;
}
a.menuLeftBold:hover{
	color:  #900234;
	text-decoration: underline;
	font-weight: bold;
}
div.clearer{
	clear: both;
}

/* form elements styles */
.clInput {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 4px;
	font-size: 11px;
	color:  #565656;
	width: 200px;
	height: 14px;
}

.clInputRadio{
float: left;
padding: 0px;
margin: 1px;

}


.clInputShort {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-left: 5px;
	font-size: 11px;
	color:  #565656;
	width: 80px;
	height: 13px;
}
.clInputButton{
	width: 82px;
}
.clSelect {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 1px;
	font-size: 11px;
	color:  #565656;
	width: 177px;
}
.clInputFile {
	height: 20px;
}
.clSubmit {
   width: 87px;	
   height: 20px;
   cursor: pointer;	
}
textarea {
	font-family: Arial;
	border: 1px solid #CCCCCC;
	padding: 4px;
	font-size: 11px;
	color:  #565656;
	width: 185px;
	height: 140px;
}
.clTextareaCalculator {
	font-family: Arial;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 2px;
	font-size: 11px;
	color:  #565656;
	width: 535px;
	height: 240px;
}


/* fckEditor styles */
.Normal
{
	font-size: 11px;
}

.Bold
{
	font-weight: bold;
}

.textHeader
{
	font-size: 12px;
	font-weight: bold; 
	color: #950D3D;
	margin-bottom:6px;
}

span.formRequired{
	font-weight: bold;
	color: #950D3D;
}

div#bodyPageMessage{
	text-align: center;
	font-weight: normal; 
	font-size: 11px;
	color: #Fe0000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: 0px solid #900134;
}

img.imgBord{
	border: 2px solid #900134;
}

