@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color: ##FFFFFF;
	}
	
	div#login {
	
	float: right; width: 400px; padding: 20px; 
	}
	
	div#header {
	
	float: left; width: 350px; 
	}
	
	div#logintext {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	padding-left: 10px;
}

.button {
background-color: #eeeeee;
border: #000000 1px solid;
font-size: 12px;
	color: #666666;
	font-weight: bold;
	}
	
	
.button:hover {
background-color: #eeeeee;
border: #000000 1px solid;
font-size: 12px;
	color: #8ED8F8;
	font-weight: bold;

	}

INPUT {
background-color: #eeeeee;
color: #666666;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid #F7C51E;
font-size: 10pt;
}


div#flash {
  width: 968px;
  margin-left: auto ;
  margin-right: auto ;
}

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}
