/* CSS Document */

body{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #83C8D5;
	background-image:  url(../img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 28px;
	font-size: 11px;
	text-align:left;
	}

a img { border-style: none; }

.profilehdr {
	color:#193839;
	text-decoration: none;
	font-weight: bold;
	}
	
.tealhdr {
	color:#193839;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
	}
	
.tealtxt {
	color:#193839;
	text-decoration: none;
	}

.footlink {
	color:#193839;
	text-decoration: none;
	font-weight: bold;
	}

.footlink a:link {
	color:#193839;
	text-decoration: none;
	font-weight: bold;
	}

.footlink a:visited {
	color:#193839;
	text-decoration: none;
	font-weight: bold;
	}

.footlink a:hover {
	color:#B42F26;
	text-decoration: underline;
	font-weight: bold;
	}

.footlink a:active {
	color:#193839;
	text-decoration: none;
	font-weight: bold;
	}
	
.foottext {
	color:#193839;
	}

.header1 {
	color:#193839;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	text-align:left;
	}

.header2 {
	color:#FCF0B4;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	text-align:left;
	}

.yellname {
	color:#FCF0B4;
	font-size: 24px;
	font-weight:bold;
	text-align:left;
	}
	
.yellink {
	color:#FCF0B4;
	text-decoration: none;
	text-align:left;
	font-size:11px;
	}

.yellink a:link {
	color:#FCF0B4;
	text-decoration: none;
	}

.yellink a:visited {
	color:#FCF0B4;
	text-decoration: none;
	}

.yellink a:hover {
	color:#FCF0B4;
	text-decoration: underline;
	}

.yellink a:active {
	color:#FCF0B4;
	text-decoration: none;
	}

.yellowtext {
	color:#FCF0B4;
	font-size: 14px;
	text-align:left;
	}
	
.listlink {
	color:#193839;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", serif;
	}
	
.listlink a:link {
	color:#193839;
	text-decoration: none;
	}

.listlink a:visited {
	color:#193839;
	text-decoration: none;
	}

.listlink a:hover {
	color:#B42F26;
	text-decoration: underline;
	}

.listlink a:active {
	color:#B42F26;
	text-decoration: none;
	}
	
a {
	color: #B42F26;
	text-decoration:none;
	}

a:visited {
	color: #B42F26;
	text-decoration:none;
	}
	
a:active {
	color: #B42F26;
	text-decoration:none;
	}

a:hover {
	color: #B42F26;
	text-decoration:underline;
	}