body {
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

/* link color */
a,a:link {color: #006699; text-decoration:none;}
a:visited {color: #006699;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}

/* formTable */
.formTable {
	border-collapse:collapse;
	width:100%;
	margin:0px; 
}

.formTable th{   
	border:1px solid #CCC;
	background-color: #E8F0EC; 
	height: 25px;
	width: 15%;
	vertical-align: top;
	text-align: right;
}

.formTable td{   
	border:1px solid #CCC;
}
/* END formTable */

  
/* Messages */
div.error, div.message {
	border: 1px solid black;
	padding: 4px;
    background: #ffffcc;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 10px auto;
    text-align: left;
    vertical-align: bottom;
}

div.error {
/* use a different color for the errors */
	border: 2px solid red;
}
/* END Messages */
