body {
	 color: #000000;
	 font-family: tahoma, trebuchet ms, georgia;
	 background-image: url('images/bg.jpg');
	 background-attachment: fixed;
	 margin-top: 0px;
	 }

table {
	 font-size: 10px;
	 line-height: 17px;
	 }


.header {
	 background-color: #EFEFEF;
	 color: #000000;
	 font-size: 8pt;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 6pt;
	 text-align: left;
	 font-family: georgia;
	 margin-bottom: 7px;
	 line-height: normal;
	 border-left: #000000 1px solid;
	 border-bottom: #000000 1px solid;
	 }

.header2 {
	 background-color: #EFEFEF;
	 color: #000000;
	 font-size: 8pt;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 6pt;
	 text-align: left;
	 font-family: georgia;
	 margin-top: 7px;
	 line-height: normal;
	 border-left: #000000 1px solid;
	 border-bottom: #000000 1px solid;
	 }

.footer {
	 float: left;
	 text-align: center;
	 margin-left: 25px;
	 margin-right: 0px;
	 }

b {
	 color: #000000;
	 border-bottom: #E8E8E8 1px solid;
	 font-weight: bold;
	 }
	 
p {
	 margin-top:3px;
	 margin-bottom:3px;
	 }

input, textarea {
	 font-family: tahoma, sans serif;
	 color: #000000; 
	 font-size: 10px;
	 background: #DFDFDF;
	 border-style: solid;
	 border-color: #8F8F8F;
	 border-width: 1px;
	 }

select, option, submit, reset {    
	 font-family: tahoma, san serif;
	 font-size: 10px;
	 color: #000000;
	 background: #DFDFDF;
	 border-style: solid;
	 border-color: #8F8F8F;
	 border-width: 1px;
	 }

a:link, a:active, a:visited {
	 color: #DF2935;
	 text-decoration: none;
	 text-transform: none;
	 cursor: hand;
	 }

a:hover {
	 color: #BE74CF;
	 text-decoration: none;
	 text-transform: none;
	 cursor: hand;
	 }