body {
	background-image: URL(images/BGMain.jpg);
	background-repeat:repeat-x;
	background-color: #a2a2a2;
        color: #333333;    
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
        margin: 0px 0px 0px 0px;
}

a {
     color: #2F426D;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
}

a:hover {
     color: #C8B154;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
}



.button {
       	font-face: "Arial, Helvetica";
       	font-weight: bold;
       	font-size: 12px;
       	color: #333333;
       	background-color: #B1DCED;
       	padding: 1pt;
       	margin: 0pt;
       	border : medium solid #333333 1;
}

.textboxReq {
        font-face: "Arial, Helvetica";
        font-weight: normal;
        font-size: 11px;
        color: #000000;
        background-color: #B1DCED;
        padding: 1pt;
        margin: 0pt;
        border : thin solid #1b262c 1;
}

.textbox {
        font-face: "Arial, Helvetica";
        font-weight: normal;
        font-size: 11px;
        color: #000000;
        background-color: #FFFFFF;
        padding: 1pt;
        margin: 0pt;
        border : thin solid #1b262c 1;
}

.bot {
		width: 100%;
		background-color:#000000;
}

.mid {
		width: 100%;
		background-color:#c8b154;
}
