
body {

	margin: 0px;
	background-attachment: fixed;
	background-image:   url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000;
	font-family: verdana; 
        font-size: 7px;
    
	 
	}
	
.Input {	
	border: 1px solid #999999;
	background: #000000;
	color: #ffffff;
	width:125px;
	padding-left: 1px;
	padding-right: 1px;
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
        font-size: 10px;
    }

.InputBUTTON {

	border: 1px solid #999999;
	background: #000000;
	color: #ffffff;
	width:78px;
	padding-left: 1px;
	padding-right: 1px;
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; font-size: 9px;
    }

p { 
	font-size: 9px; 
	margin-top: 0px; 
	text-align: left;
	font-weight: 100;
	}

h4 { 
	font-size: 9px; 
	margin-top: 0px; 
	text-align: center;
	font-weight: 100;
	}
	
h1 { 
	font-size: 9pt; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #FFF;
	font-weight: 500;
	}

h2  { 
	font-size: 9px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
	}
	
h3  { 
	font-size: 9px;
	color: #000;
	font-weight: normal;
	margin-top: 0px;
	}
	
h5  { 
	font-size: 10px;
	color: #000;
	font-weight: bold;
	}

a	{
	text-decoration: none ;
	font-weight: bold;
	font-size: 9px;
	}
a:link
	{
	color: #000;
	}
a:visited
	{
	color: #000;
	}
a:hover,a:active{
	
	color: #FF6600;
}