html,body{
      margin:5;
      padding:0;
      height:100%;
      width:100%;
      border:none;
   }

body {
	background:#fff url(images/body-bg.gif) repeat-x 0 1px;	
}

body,td,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}

table {
	margin-bottom: 10px;
}
td,th {
	text-align: left;
	vertical-align: top;
	color: #666;
}

tr.shade {
	background-color: #e6e6e6;
}

th,b {
	font-weight: bold;
}



a {color: #8080FF; text-decoration: none; }
a:visited {color: #8080FF; text-decoration: none; }
a:active {color: #9CC318; text-decoration: none; }
a:hover {color: #9CC318; text-decoration: none; }

.mainHeading {
	font-weight: bold;
	font-size: 20pt;
	color: #9CC318;
}

.heading {
	font-weight: bold;
	font-size: 14pt;
	color: #9CC318;
	border-bottom: solid #9CC318 1pt;
}

.login {
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
}