/* Global Styles */

body {
	margin-left: 20px;
	margin-top: 20px;
}
td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
}	
a:link, a:visited {
	color: #990033;
	text-decoration: none;
}	
a:hover, a:active{
	color: #990033;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #333333;
	text-align:left;
}

		
/* ID Styles */

#navigation {
	width:132px;
	background-image:url(../images/menu_line2.gif);
	background-repeat:repeat-y;
	margin-top:5px;
}
#navigation a {
	text-decoration:none;
	text-align:right;
	display:block;
}
#navigation a:hover {
	color:#000000;
}		


/* Class Styles */

.credit {
	text-align: right;
	color: #888888;
	font-size: 9px;
}	
.bold {
	font-weight: bold;
	color: #333333;
}
.bigbold {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
.bigbigbold {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
.darkpink {
	color: #990033;
}		
.midpink {
	color: #CC3366;
}	
.white {
	color: #FFFFFF;
}						
.testimonials {
	line-height: 14px;
}
.testimonialsname {
	color: #990033;
	font-style: italic;
}
.navText {
	font:11.5px Arial, Helvetica, Verdana, sans-serif;
	color:#CC3366;
	line-height:16px;
	text-decoration:none;
	text-align:right;
	margin-top:5px;
}
.navTextactive {
	font:11.5px Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	line-height:16px;
	text-decoration:none;
	text-align:right;
	margin-top:5px;
}