/* CSS Document */

/***********GLOBAL RESET do not edit****************/
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
     margin:0;   
     padding:0;   
 }   
 table {   
     border-collapse:collapse;     
 }   
 fieldset,img {    
     border:0;   
 }   
 address,caption,cite,code,dfn,em,strong,th,var {   
     font-style:normal;   
     font-weight:normal;   
 }   
 ol,ul {   
     list-style:none;   
 }   
 caption,th {   
     text-align:left;   
 }   
 h1,h2,h3,h4,h5,h6 {   
     font-size:100%;   
     font-weight:normal;   
 }   
 q:before,q:after {   
     content:'';   
 }   
 abbr,acronym { border:0;   
 }  

/***********END OF GLOBAL RESET****************/
body {
font-family:Arial, Helvetica, sans-serif;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #bbffff;
scrollbar-darkshadow-color: #51B9FF;
scrollbar-face-color: #AAEEFF;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c0c0cc;
scrollbar-track-color: #f5f5f5;
}

h3 {

font-size:12px;
padding-left:10px;
font-weight:bold;
}

h1 {

font-size:12px;
padding-left:10px;
font-weight:bold;
}

p {

font-size:12px;
}

input{
	font-size: 10px;
	background-color: #AAEEFF;
	color: #FFFFFF;
	margin-right: 6px;
	margin-left:10px;
	border-top-width:2px;
	border-right-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	font-weight: bold;
	padding:2px;
	border-top-color: #BBFFFF;
	border-right-color: #51B9FF;
	border-bottom-color: #51B9FF;
	border-left-color: #BBFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

input:hover {
	font-size: 10px;
	color: #B0DD00;
}

a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration:underline;
}

select {
	background-color:#AAEEFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
