/* html, body */

body
{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
}

/* Links */

a:active
{
	color: #FF0000;
}

/* Form */

input, textarea
{
	margin: 1px;
}

/* Table */

table
{
	font-family: Arial, sans-serif;
}

/* User Defined */

.height 
{  
	height: 100%
}

.width
{
	width: 100%;
}

.bold
{
	font-weight: bold;
}

.trclick:hover
{
	cursor: hand;	
	background-color: #F3F3F3;
}

.error
{ 
	color: #FF0000;
}

.border-left
{
	border-left: 1px solid #DDDDDD;
}
.border-right
{
	border-right: 1px solid #DDDDDD;
}
.border-top
{
	border-top: 1px solid #DDDDDD;
}
.border-bottom
{
	border-bottom: 1px solid #DDDDDD;
}

.nounderline {  text-decoration: none }
.underline {  text-decoration: underline }
.nounderline2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999; text-decoration: none}
.boxes_white_link {  color: #FFFFFF; text-decoration: none}
.aardvark_av_backfill_link {  color: #003366 }
.aaforumlink {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 25px; font-variant: normal; color: #000000; font-weight: normal; line-height: 23pt}
.text_links_gen  {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 25px; font-variant: normal; color: #000000; font-weight: normal; line-height: 23pt}
.redlink {  color: #FF3333 }
a.redlink {  color: #FF3333; text-decoration: underline }
.aatextlinks { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 15px; font-variant: normal; color: #000000; font-weight: normal; line-height: 23pt }