/* CSS Document */

a.sub-links:link {
color: #0780c3;
text-decoration: underline;
}

a.sub-links:visited {
color: #0780c3;
text-decoration: underline;
}

a.sub-links:hover {
color: #be1b14;
text-decoration: underline;
}

a.sub-links:active {
color: #0780c3;
text-decoration: underline;
}

a.sub-links2:link {
color: #be1b14;
text-decoration: underline;
}

a.sub-links2:visited {
color: #be1b14;
text-decoration: underline;
}

a.sub-links2:hover {
color: #be1b14;
text-decoration: underline;
}

a.sub-links2:active {
color: #be1b14;
text-decoration: underline;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}

.bg-banner-topleft
{ 
background-image: url(images/banner_left.jpg);
background-repeat: no-repeat;
background-position: top left
}

.bg-banner-topright
{ 
background-image: url(images/banner_right.jpg);
background-repeat: no-repeat;
background-position: top right
}

.bg-banner-bottomright
{ 
background-image: url(images/image_corner_peice.jpg);
background-repeat: no-repeat;
background-position: top right
}

.bg-body-main
{ 
background-image: url(images/body_bg_repeating.jpg);
background-repeat: repeat;
}

.bg-swimmer
{ 
background-image: url(images/swimmer_side.jpg);
background-repeat: no-repeat;
background-position: top
}
.header-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #be1b14;
	line-height: 30px;
	text-align: left;
}
.default-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.bluefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0781C2;
}
.bluefont-bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0684C1;
}
.bold-defaultfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.default-font-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
}
.default-red-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #be1b14;
	font-style: oblique;
}
.white-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
