
body {
	background-color: #336995;
	background-image: url(/graphics/bgnew.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	width: 225px;
	margin-top: 50px;
	margin-left: 25px;
	color: #333;
}
.smalltext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	width: 200px;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A527B;
	height: 20px;
	width: 175px;
	border: 1px solid #BECBD1;
}

.boxtype {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.boxtype2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: .1em;
}

a:link {
	color: #69C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6599CC;
}
a:hover {
	text-decoration: underline;
	color: #6599CC;
}
a:active {
	text-decoration: none;
	color: #6599CC;
}


a.footerlink:link {
	color: #FFF;
	text-decoration: none;
}
a.footerlink:visited {
	text-decoration: none;
	color: #FFF;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #FFF;
}
a.footerlink:active {
	text-decoration: none;
	color: #FFF;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url('/graphics/bg_button_a.png') no-repeat scroll top right;
	color: #FFF;
	display: block;
	float: left;
	height: 20px;
	margin-right: 6px;
	padding-right: 17px; /* sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button span {
	background: transparent url('/graphics/ bg_button_span.png') no-repeat;
	display: block;
	line-height: 9px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 17px;
}

a.button:active {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 6px 17px; /* push text down 1px */
} 
