/* ----- Generic styles ------------------------------*/
* {
	margin: 0;
	padding: 0;
	}


body {
	margin: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: left;
	background: white;
	width: 50%;
	
	}

a img {
	border: 0;
	}

form input.text-field {
	border: 1px solid #5ea0d4;
	padding: 2px;
	color: #004568;
	background: white url("../images/input-bg.gif") repeat-x 0 0;
	}

form select {
	color: #004568;
	}

form textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #5ea0d4;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #004568;
	background: white url("../images/input-bg.gif") repeat-x 0 0;
	}
.labelHeading{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #003366;
}

.labels{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #003366;
 font-weight: normal;
 
}
	
hr {
	display: none;
	}

hr.clear-hr {
	display: block;
	clear: both;
	visibility: hidden;
	}


/* ----- Generic classes -----------------------------*/
.alt { position: absolute; left: -9999px; }
.center { text-align: center; }
.required { font-weight: bold; }
.alert { padding-left: 22px; font-weight: bold; color: #cd0d0d; background: url("../images/icon-warning.gif") no-repeat 0 0; }

.tdCurrency
{
	text-align:right;
	padding-right:25px;
	
}

.body
{
FONT-SIZE: 12px;
COLOR: #003366;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.buttonStyle
{
	border: 1px solid #5ea0d4;
	padding: 2px;
	color: #004568;
	background: white url("../images/input-bg.gif") repeat-x 0 0;
	font-weight:bold;
	Width:90px;
	background-color:#B0C4DE;
	color:Black;
}
