/* WH Hull Bodybuilding & Coachworks - CSS Copyright Web@Ack */


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
}

.bottomtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

.datetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}


.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #084294;
	text-decoration: none;
}


.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #084294;
	text-decoration: none;
}


a:link {
	
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: underline;
}


.bg {
	background-attachment: fixed;
	background-image: url(../images/bottomback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navcontainer { width: 176px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
padding-bottom: 1;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 167px;
height: 23px;
background-color: #CCCCCC;
border-bottom: 1px dotted #666666;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #B0B0B0;
color: #FFFFFF;
}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #C7CCE0;
	border-right-color: #C7CCE0;
	border-bottom-color: #C7CCE0;
	border-left-color: #C7CCE0;

}
.line2 {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #C7CCE0;
	border-right-color: #C7CCE0;
	border-bottom-color: #C7CCE0;
	border-left-color: #C7CCE0;
}