/* General page styles */
body{
	background-color : #FFFFFF;
	background-image : url(http://www.bryantcustom.com/images/bg.gif);
	background-repeat : repeat-x;
	margin : 0px;
}

/*a{
	color : #0033CC;
	font-weight : bold;
	text-decoration : none;
}*/

td, p{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

th{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

h1{
	color : #CC9900;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

h2{
	color : #CC3300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

h3{
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

hr{
	color : #CCCCCC;
	width : 80%;
}

ul{
	margin-left : 20px;
}

/* Main content styles */
.content{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
}

/* Left  side navigation */
.side-nav{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.side-nav a:link{
	text-decoration : none;
}

.side-nav a:visited{
	text-decoration : none;
}


.side-nav-selected{
	color : #E67300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

/* Main Navigation Styles */
.main-nav{
	color : #CC9900;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
}

.main-nav a:link{
	color : #FFFFFF;
	text-decoration : none;
}

.main-nav a:visited{
	color : #FFFFFF;
	text-decoration : none;
}



/* Global Navigation Styles */
.global-nav{
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.global-nav a:link{
	color : #FFFFFF;
	text-decoration : none;
}

.global-nav a:visited{
	color : #CCCCCC;
	text-decoration : none;
}


/* Footer Styles */
.footer{
	color : #663300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
}

/* Styling for text on a dark background */
.small-text{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.price{
	color : #990000;
	font-weight : bold;
}
/* Small text on a white background */
.text-links{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.text-links a:link{
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}

.text-links a:visited{
	color : #999999;
	font-weight : bold;
	text-decoration : none;
}