/* CSS Document */


/***** Header Background Images *****/


.Welcome {
	background-image: url(../images/Backgrounds/miss-nautica_Welcome.gif);
	background-repeat: no-repeat;
}

.Meet {
	background-image: url(../images/Backgrounds/miss-nautica_Meet.gif);
	background-repeat: no-repeat;
}

.About {
	background-image: url(../images/Backgrounds/miss-nautica_About.gif);
	background-repeat: no-repeat;
}

.Catching {
	background-image: url(../images/Backgrounds/miss-nautica_Catching.gif);
	background-repeat: no-repeat;
}

.Legal {
	background-image: url(../images/Backgrounds/miss-nautica_Legal.gif);
	background-repeat: no-repeat;
}

.Links {
	background-image: url(../images/Backgrounds/miss-nautica_Links.gif);
	background-repeat: no-repeat;
}

.Rates {
	background-image: url(../images/Backgrounds/miss-nautica_Rates.gif);
	background-repeat: no-repeat;
}

.Header {
	background-image: url(../images/Backgrounds/miss-nautica_Header.gif);
	background-repeat: no-repeat;
}


/***** Text Styles *****/


.Text {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.RightColumnText {
	text-align: left;
	padding-left: 5px;
}

.LargeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #0167CC;
	padding-left: 50px;
}

.LargeText_Red {
	color: #CC0000;
}

.PhotoGalleryHeader {
	color: #FFFFFF;
	font-weight: bold;
}


/***** Link Styles *****/


.NavLink a:link {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.NavLink a:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.NavLink a:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #FFFFFF;
}
.NavLink a:active {
	font-size: 16px;
	text-decoration: underline;
	color: #FFFFFF
}


.Link a:link {
	font-size: 12px;
	color: #003366;
}
.Link a:visited {
	font-size: 12px;
	color: #003366;
}
.Link a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.Link a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #000000
}


.FooterLink a:link {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

.FooterLink a:visited {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

.FooterLink a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.FooterLink a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}


