
html {
		font-size: 62.5%
	}
	body {
		font-size: 1em;
		line-height: 1.25;
		background: #6b89b0 url(../../images/body_tile.gif) repeat;
		font-family: verdana, arial, sans-serif;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
	}
	a {
		text-decoration: none;
		color: #003366;
	}
			a:hover {
				text-decoration: underline;
			}



.rounded-corners-top 
{background-color: #033778; color: #fff;
 background-image: url(../../App_Themes/CDS/Images/bknd2.png); 
 width: 100%; height: 30px;
  -moz-border-radius-topleft: 10px; /* Firefox */
  -moz-border-radius-topright: 10px; /* Firefox */
  -webkit-border-top-left-radius: 10px; /* Safari, Chrome */
  -webkit-border-top-right-radius: 10px; /* Safari, Chrome */
  border-top-left-radius: 10px; /* CSS3 */
  border-top-right-radius: 10px; /* CSS3 */
}

.rounded-corners-bottom 
{background-color: #3968A0; color: #fff;
 /*background-image: url(../../App_Themes/CDS/Images/bknd2.png); */
 width: 100%; height: 35px;
  -moz-border-radius-bottomleft: 10px; /* Firefox */
  -moz-border-radius-bottomright: 10px; /* Firefox */
  -webkit-border-bottom-left-radius: 10px; /* Safari, Chrome */
  -webkit-border-bottom-right-radius: 10px; /* Safari, Chrome */
  border-bottom-left-radius: 10px; /* CSS3 */
  border-bottom-right-radius: 10px; /* CSS3 */
}

.formTable th  {
	font-weight: normal;
	text-align:right;
	padding: 0 5px;
	width: 150px;
}

.formTable td {
	text-align:left;
}

.redAsterick {
	color: red;
}