/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	padding:5px;
	background-color: #ffffff;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #1c71aa;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #ffffff;
	margin:0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #1c71aa; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
form {
	display:inline;
   	 margin:0px;
	vertical-align:center;
	}

#global {
	width:100%;
}

#main {
	padding:5px 0 5px 0;
}

#header {
	height:115px;
	width:100%;
	background-image:url(1856.gif);  background-repeat:repeat-x;
	position:relative;
}

.button{
background-color:lightgray;
color:#000000;
border:2px outset;
font-size:14px;
line-height:25px;
width:120px;
}
.button120{
background-color:lightgray;
color:#000000;
border:2px outset;
font-size:14px;
line-height:25px;
width:140px;
}
.button180{
background-color:lightgray;
color:#000000;
border:2px outset;
font-size:14px;
line-height:25px;
width:200px;
}
.button240{
background-color:lightgray;
color:#000000;
border:2px outset;
font-size:14px;
line-height:25px;
width:270px;
}

