/* CSS Document */
body {
	background-color: #8dd8f8;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #9900FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	color: #9900FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:hover {
	color: #ff0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}
.tel_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: 12px solid #FFFFFF;
}
.body_textNoBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.body_textNoBorderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0070cb;
}
.body_textNoBorderItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}
.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.body_text_bold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #47b74a;
}
.body_text_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.body_text_italic_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
	font-style: italic;
}
.medium_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #47b74a;
	font-weight: bold;
}
.large_body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #47b74a;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.bottom_table {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
.white_fill {
	background-color: #FFFFFF;
}

.menu_on {
	background-image: url(../images/on.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.cockUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: super;
}
.tableWithBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: 1px solid #47b74a;
}
