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

/*
CLEAR ALL STYLES
*/

* {
	border: 0px;
}
body, html, table, h1 {
	margin:0px;
	padding:0px;
}
/*
GLOBAL TAG STYLES
*/

body {
	font-family: Verdana;
	font-size: 12px;
	line-height: 2em;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
}
a {
	color:#f26522;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #efecca;
	text-decoration:none;
}

.home1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.title{
	font-family: Verdana;
	font-size: 13px;
	color: #1e1e1e;
	text-decoration: none;
	font-weight: bold;
}
.subtitle{
	font-family: Verdana;
	font-size: 12px;
	color: #1e1e1e;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #333333;
}
