body, html {
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.bgimage{	
	background-image: url(/images/index_image.jpg);
	background-repeat: no-repeat;
	background-position: center 115px;
	}
	
a{  color:#0055c8;
	text-decoration:underline;	}
a:hover{  color:#e3000e;
}

.menu{
	font-size:14px;
	font-weight: bold;
}
.phone {
	font-family: Georgia;
	font-size:14px;}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	color: #000000;
	height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #e3000e;
	line-height: 22px;
	padding-bottom:15px;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

.copyrights{	
	font-size: 10px;
	padding-top:40px;
	padding-bottom:10px;}

ul {
	margin: 0px;
	padding:0;
	padding-left:15px;
	list-style-image: url(/images/bullit.gif);
	list-style-position: outside;
	position: relative;
	
	}
li{ padding-bottom:5px;
	color:#000000;
}
.boxtable {
	padding: 5px 20px 5px 10px;

}
.formbg {
	background-image: url(/images/form_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.box{width:450px;}
.boxshort {
	width:200px;
}
