/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}

a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a.menu:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}
a.menu:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0066CC;
}
a.menu:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

h1 {
	font-size: 30px;
	color: #003399;
}
h2 {
	font-size: 24px;
	color: #336699;
}
h3 {
	font-size: 18px;
	color: #003399;
}
h4 {
	font-size: 16px;
	color: #999999;
}

.wing_left {
	background-attachment: scroll;
	background-image: url(../Media/View/brd_bot_left.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.wing_right {
	background-attachment: scroll;
	background-image: url(../Media/View/brd_bot_right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.foot_bkgd {
	background-attachment: scroll;
	background-image: url(../Media/View/foot_bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_bkgd {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../Media/View/body_bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
}
.body_bkgd_addr {
	background-attachment: scroll;
	background-image: url(../Media/View/body_head_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.body_bkgd_menu {
	background-attachment: scroll;
	background-image: url(../Media/View/body_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}

.font_phone {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font_address {
	font-size: 11px;
	color: #003366;
}
