/* Used as box headers *******************************************************/
.header
{
	font-family: OCR A Extended;
	font-size: 18pt;
	font-weight: bold;
	color: white;
}

/* Primary color used on website *******************************************************/
.primary
{
	background-color: #0f378f;
}
/* Secondary Color used on website *******************************************************/
.secondary
{
	background-color: #ff7802;
}
/* Complimentary color to Secondary color *******************************************************/
.secondarycomp
{
	background-color: #ffc080;
}

/* Message box header style *******************************************************/
.boxtop
{
	background-color: #0f378f;
	font: OCR A Extended;
}

/* Message box main body style *******************************************************/
.boxbody
{
	/*background-color: white;*/
}

/* Message box border style *******************************************************/
.boxborder
{
	/*background-color: Blue;*/
}

/* Message box text paragraph style *******************************************************/
.boxtext
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: Blue;
}

/* Text used on right control *******************************************************/
.quote
{	
	font-size: 9pt;
	font-weight: normal;
	color: white;
}

/* Message box text label (next to a textbox) style *******************************************************/
.reminder
{
	font-family: OCR A Extended;
	font-size: 8pt;
	font-weight: normal;
	color: Red;
}

/* Used for objects that use color instead of bgcolor *******************************************************/
.forecolor
{
	color:  #ff7802;
}
/* Used for objects that use color instead of bgcolor *******************************************************/
.backcolor
{
	color: #0f378f;
}

/* Update/Error Message *******************************************************/
.message
{
	font-family: OCR A Extended;
	font-weight: bold;
	font-size: 15pt;
	color: #000088;
}

/* copyright *******************************************************/
.copyright	
{
	font-family: Verdana; 
	font-weight: normal;
	font-size: 8pt;
	color: #000088;
}

/* Used for login purposes *******************************************************/
.leftcontrol
{
	font-family: OCR A Extended;
	font-weight: normal;
	font-size: 10pt;
	color: #000088;
}

.globe
{
	Z-INDEX: -1;
	position: absolute;
	top: 120px;
	left: 155;
	width: 440;
	height: 440;
	background-image: url(http://www.athlongames.com/include/images/Globe_25.jpg);
}

/***********************************************************************
* Link classes
***********************************************************************/
.link /*hyperlink style*/
{
	text-decoration: none;font-size: 9pt; color: #ff7802;
	font-family: OCR A Extended;
	font-size: 9pt;
}

/*Used with span to define properties*/
.linkspan A:link		{font-family: OCR A Extended;font-size: 9pt; text-decoration: none; color: #ff7802;}
.linkspan A:visited		{text-decoration: none;font-size: 9pt; color: #ff7802;}
.linkspan A:active		{text-decoration: none;font-size: 9pt; color: #ff7802;}
.linkspan A:hover		{text-decoration: underline;font-size: 9pt; color: #ffffff;}

.optionssel, .optionssel:link, .optionssel.visited, .optionssel.active
{
	font-family: Arial;
	font-size: 9pt;
	color: White;
	text-decoration: 'underline';
}
.optionssel:hover
{
	font-family: Arial;
	font-size: 9pt;
	color: White;
	text-decoration: 'underline';
}

.vsihide {
	position: absolute; 
	left: -50000px;
	top: -50000px;
/*	font-size: xx-small;*/
}