body {
	background: url('bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CACA97;
	font-family : arial, helvetica;
	font-size : 12pt;
	text-align : left;
	color : #000000;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
padding: 0;
margin: 0;


}

table {
	font-family : arial, helvetica;
	font-size : 12pt;
	text-align:left;
	text-decoration : none;
	color : #000000;
}


.head {
	background-repeat: no-repeat;
	text-align: center;
	font-family : arial, helvetica;
	font-weight : bold;
        font-size : 20pt;
	color : #4984C8;
}


.content {
	padding-left : 2px;
	text-align : left;
	padding-right : 2px;
	font-family : arial, helvetica;
        font-size : 10pt;
}

a:link, a:visited, a:active {
	font-family : arial, helvetica;
	font-size : 10pt;
	text-align : center;
	text-decoration : underline;
	color : #000000;
}

a:hover {
	font-family : arial, helvetica;
	font-size : 10pt;
	text-align : center;
	text-decoration : none;
	color : #000000;
}

.white a:link, a:visited, a:active {
	font-family : arial, helvetica;
	font-size : 10pt;
	text-align : center;
	text-decoration : none;
	font-weight:bold;
	color : #ffffff;
}

.white a:hover {
	font-family : arial, helvetica;
	font-size : 10pt;
	text-align : center;
	font-weight:bold;
	text-decoration : none;
	color : #ffffff;
}

    #login {
     background-color: #ffffff;
     color: #4984C8;
     font-family: arial, helvetica;
     font-size: 12px;
     text-align: center;
     width: 200px;
     margin: 2px;
    }

    #login .theInput {
     font-family: arial, helvetica;
     font-size: 11px;
     width: 110px;
     margin-right: 5px;
    }

    #login .theSubmit {
     font-family: arial, helvetica;
      font-size: 10px; 
      background-color: #CA7A21;
     color: #FFFFFF;
     margin-right: 5px;
    }