
body {
	margin: 10px;
	background-color: #FFFFFF;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.0em;
}

p {margin: 0.75em 0em;}

a {color: #0868AC;}


H1  {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

H2  {
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

UL, OL, DL  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

LABEL {
	cursor: pointer;
	cursor: hand;
}

.header {
	font-size: 17px;
	font-weight: bold;
}

.blue {
	color: #0868AC;
}

.grey {
	color: #808080;
}

.footer {
	color: #808080;
	font-size: 0.6em;
}

.noline {
	text-decoration:none;
	color: #808080;
}

.small {
	font-size: 0.8em;
}

.smallgrey {
	color: #808080;
	font-size: 0.8em;
}

.box {font-size: 0.8em;
	  text-align: justify;}

.justify {text-align: justify;}

hr {
border: 0;
width: 100%;
color: #808080;
background-color: #808080;
height: 2px;
}

#form_0, #form_1, #form_2, #form_3 {font-family: Arial, Helvetica, sans-serif;color: #0066CC;font-size:12px;}
#form_0 {width:80px;}

/* BLUE rounded corner support */
div#nifty_blue{ margin: 0 0%;background: #C4E1FE}
b.rtop_blue b, b.rbottom_blue b{display:block;height: 1px;overflow: hidden; background: #C4E1FE}
b.rtop_blue, b.rbottom_blue{display:block;background:white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.r4, b.rbottom_blue b.r4{margin: 0 1px;height: 2px}

/* ORANGE rounded corner support */
div#nifty_orange{ margin: 0 0%;background: #FDD535}
b.rtop_orange b, b.rbottom_orange b{display:block;height: 1px;overflow: hidden; background: #FDD535}
b.rtop_orange, b.rbottom_orange{display:block;background:white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.r4, b.rbottom_orange b.r4{margin: 0 1px;height: 2px}

/* LIGHT ORANGE rounded corner support */
div#nifty_light_orange{ margin: 0 0%;background: #FEF043}
b.rtop_light_orange b, b.rbottom_light_orange b{display:block;height: 1px;overflow: hidden; background: #FEF043}
b.rtop_light_orange, b.rbottom_light_orange{display:block;background:white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.r4, b.rbottom_light_orange b.r4{margin: 0 1px;height: 2px}

/* Error Notification  */
#erralert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	color: #990000;
	background-color: #FFECD9;
	border: 1px solid #FFCC99;
	padding: 5px;
	display: block;
	text-align: center;
}

