/* CSS STYLE SHEET
   TECHTRIAD INC */

body {
	margin: 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* DIV AREAS */

#container	{
	clear: both;
	float: none;
	width: 760px;
	margin:0px auto;
	border: 1px solid #EE1C25;
}
#header	{
	clear: both;
	float: none;
	width: 760px;
	height: 110px;
}
#topnav	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 100px;
	width: 760px;
	text-align: center;
	background-color: #EE1B25;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#content	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 760px;
}
#dynamic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p	{
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
#content h1 {
	color: #000000;
	font-size: 20px;
	margin-left: 10px;
	line-height: 24px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Times New Roman", Times, serif;
}
#content h2	{
	color: #EE1C25;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 4px;
}

#content h3 {
	color: #0095D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin: 0px;
	font-weight: 600;
}

#content h6	{
	font-size:11px;
	margin-top:2px;
	font-weight:bold;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 0px;
}
#content ul {
	margin-top: 0px;
	padding-top: 0px;
}
#content .small {
	font-size: 10px;
}


#content img a:link, #content img a:visited, #content img a:hover	{
	border:0;
}


#footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	text-align: center;
	margin: 0px;
	width: 760px;
	padding-bottom: 10px;
}

/* TYPOGRAPHY */
.imgborder	{
	border: 1px solid #000000;
}
td	{
	font-size: 11px;
}


/* LINKAGE */
#topnav a:link, #topnav a:visited	{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#content img a:link, #content img a:visited, #content img a:hover {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#topnav a:hover	{
	color: #EE1B25;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#dynamic a:link, #dynamic a:visited {
	color: #000000;
	text-decoration: none;
}
#dynamic a:hover {
	color: #EE1B25;
	text-decoration: none;
}

#content a:link, #content a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#content a:hover	{
	color: #B40101;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B40101;
}
#footer a:link, #footer a:visited, #footer a:hover	{
	color: #333333;
	text-decoration: underline;
}
