.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: #2C537A;
	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: #2C537A;;
	text-decoration: none;
}
a.footerlink:visited {
	text-decoration: none;
	color: #2C537A;;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #2C537A;;
}
a.footerlink:active {
	text-decoration: none;
	color: #2C537A;;
}
.box3 {	background-color: #ddd;
	width: 210px;
	height: 30px;
	padding: 20px;
	position: absolute;
	top: 5px; left: 5px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
}


body {
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	background-image: url(/graphics/mainbg.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	;
	color: #333;
}

li{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	;
	color: #333;
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A527B;
	height: 20px;
	width: 175px;
	border: 1px solid #BECBD1;
}
.tdbg {
	background-image: url(graphics_2/tbg.jpg);
	background-repeat: repeat-y;
}
.bottombg {
	background-image: url(graphics_2/bottom.jpg);
	background-repeat: no-repeat;
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: .1em;
}
.g1 {
	background-image: url(/graphics/g1.jpg);
	background-repeat: no-repeat;
}
.g2 {
	background-image: url(/graphics/g2.jpg);
	background-repeat: no-repeat;
}
.section {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #557697;
	text-align: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6D1CF;
}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #930;
}
.header2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #2B527B;
	
}


.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 */
} 


