/*CSS for Woodson Engineering*/


/* Site Text */

#content_table tr td .sitetext tr td table {
	text-align: center;
}

.sitetext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #221e1c;
    text-decoration: none;
}

.sitetext A:link 
{
    color: #221e1c;
    text-decoration: underline;
}

.sitetext A:visited 
{
    color: #221e1c;
    text-decoration: underline;
}

.sitetext A:hover 
{
    color: #b45703;
    text-decoration: underline;
}

.sitetext A:active 
{
    color: #221e1c;
    text-decoration: underline;
}

/* Sub Titles */
.subtitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b34b27;
	text-decoration: none;
	font-style: normal;
}

/* Captions */
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Copyright */
.copyright {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fefefe;
    text-decoration: none;
	font-style: normal;
}

.copyright A:link 
{
    color: #fefefe;
    text-decoration: none;
}

.copyright A:visited 
{
    color: #fefefe;
    text-decoration: none;
}

.copyright A:hover 
{
    color: #b45703;
    text-decoration: underline;
}

.copyright A:active 
{
    color: #fefefe;
    text-decoration: none;
}

/* indigo8 */
.indigo8
{
    font-family: "Times New Roman", Times, serif;
    font-size: 11px;
    color: #fefefe;
    text-decoration: underline;
    font-style: normal;
}

.indigo8 A:link 
{
    color: #fefefe;
    text-decoration: none;
}

.indigo8 A:visited 
{
    color: #fefefe;
    text-decoration: none;
}

.indigo8 A:hover 
{
    color: #b45703;
    text-decoration: underline;
}

.indigo8 A:active 
{
    color: #fefefe;
    text-decoration: none;
}

/* Title Bold */
.titleBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0e3459;
}

/* White */
.White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

