body
{
	background: #207EF1 url('http://www.townendaerospace.com/images/background.gif');
	background-repeat: repeat-y;
	font: 12px Arial, Helvetica, sans-serif;
}

h3
{
 	margin: 0px;
}

.text
{
	font: 13px Arial, Helvetica, sans-serif;
}

/* smaller text */
.small
{
	font: 11px Arial, Helvetica, sans-serif;
}

.dot
{
	margin: 6px 0px 0px 4px;
	padding-left: 10px;
	background-position: left top;
	background: url('http://www.townendaerospace.com/images/dot.gif');
	background-repeat: no-repeat;
	font-size: 13px;
}

.video
{	color: #333333;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	line-height: 150%;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	padding: 6px;
}

/* basic links */
A:link
{
	color: #0000ff;
	background: transparent;
	text-decoration: underline;
}

A:visited 
{
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

A:active
{
	color: #ff0000;
	background: transparent;
	text-decoration: underline;
}

A:hover 
{
	color: #ff0000;
	background: transparent;
    text-decoration: underline;
}

/* home page picture links */
A.pic:link
{
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

A.pic:visited 
{
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

A.pic:active
{
	color: Red;
	background: transparent;
	text-decoration: underline;
}

A.pic:hover 
{
	color: #000000;
	background: transparent;
    text-decoration: underline;
}
