/* 
cascading style sheet for ameristruc.com pages -- 7/19/2005

COMMENTS:
--windows version
*/


td {
	font-family: verdana, san serif;
	font-size: 9pt;
	color: #000000; 
    }  
	
body {
	font-family: verdana, san serif;
	font-size: 9pt; 
	color: #000000; 
    }  

th {
	font-family: verdana, san serif;
	font-size: 9pt;
	color: #000000; 
    }  

.text {
	font-family: verdana, san serif;
	font-size: 9pt;
	color: #000000; 
	padding: 0px 0px 5px 15px;
    }  

.pageheader {
    font-family: verdana, san serif;
    font-weight: bold;
	font-size: 13pt; 
	letter-spacing: 1px;
	color: #000000;
	} 
	
.subheader {
    font-family: verdana, san serif;
    font-weight: bold;
	font-size: 11pt; 
	letter-spacing: 1px;
	color: #000000;
	} 

P {
	/*this makes the <P> tag behave more similar between IE and Firefox - Chad Beier 04/26/2005
	margin-top: 2px;
	margin-bottom: 2px;*/
}
	
A:link {
	font-family: verdana, san serif;
	font-size: 9pt; 
	color: #C40E0D;
    text-decoration : underline;
	}

A:visited {
	font-family: verdana, san serif;
	font-size: 9pt; 
	color: #C40E0D;
    text-decoration : underline;
	}

A:active {
	font-family: verdana, san serif;
	font-size: 9pt; 
	color: #C40E0D;
    text-decoration : underline;
	}

A:hover {
	font-family: verdana, san serif;
	font-size: 9pt; 
	color: #C40E0D;
    text-decoration : none;
	}

STRONG	{
	font-weight: bold;
	}

.smtext {
    font-family: verdana, san serif;
    font-size: 7pt; 
	color: #000000;
	}

.formtext1 {
    font-family: verdana, san serif;
    font-size: 6pt; 
	color: #000000;
	font-weight: bold;
	}

.formtext2 {
    font-family: verdana, san serif;
    font-size: 7pt; 
	color: #000000;
	font-weight: bold;
	}

.formtext3 {
    font-family: verdana, san serif;
    font-size: 7pt; 
	color: #000000;
	}

.formtext4 {
    font-family: verdana, san serif;
    font-size: 6pt; 
	color: #000000;
	}

.border {
	border-bottom: solid #CD0C0D;
	border-bottom-width: 10px;
	border-right: solid #CD0C0D;
	border-right-width: 10px;
	}

.bordertop {
	border-top: solid #CD0C0D;
	border-top-width: 10px;
	}

.borderright {
	border-right: solid #CD0C0D;
	border-right-width: 10px;
	}
.error_message{
	color: red;
	font-weight: bold;
}