@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-color: #cfe6f6;
	background-repeat: no-repeat;
}

a {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #309;
}


.outside_table {
	width: 960px;
}

.body_table {
	background-color: #f9f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.footer1 {
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: center;
	padding: 3px;
}

.footer1 a {
	color: #FFF;
	text-decoration: underline;
}
.footer1 a:hover {
	color: #4cbdfd;
	text-decoration:none;
	font-weight: normal;
}

.footer2 {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	padding: 3px;
}

.col_left {
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	vertical-align: top;
	padding-right: 5px;
}

.col_right {
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-left-style: dashed;
	vertical-align: top;
}

.col_middle {
	padding-left: 5px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
	padding-right: 5px;
}


.col_left a {
	color: #000000;
	text-decoration: underline;
}
.col_left a:hover {
	color: #F00;
	text-decoration:none;
}

#right {
	text-align: right;
	vertical-align: top;
}

#left {
	text-align: left;
	vertical-align: top;
}

#center {
	text-align: center;
	vertical-align: top;
}
.italics {
	font-style: italic;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #FFF;
	font-weight: lighter;
	font-variant: normal;
}

.small {
	font-size: x-small;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: x-large;
}


.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #06C;
}

.med_blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #06C;
}
