/*							 */
/*	Formatting				 */
/*							 */

body
{
	font-family: 		Verdana, Arial, Tahoma; 
	font-size:			12px;
}

ul
{
		margin:0px 0px 0px 0px;
}
/*						 */
/*	Links				 */
/*						 */

a:link, a:visited
{
	color:				#00223D;
	cursor:				pointer;
}

a:active, a:hover
{
	color:				#C54A00;
	cursor:				pointer;
	text-decoration:	none;
}

/*							 */
/*	Templates				 */
/*							 */

#content_center
{
	font-family: 		Verdana, Arial, Tahoma; 
	height:				400px;
	font-size:			12px;
	color:				#000000;
	clear:				both;
}

#content_cell
{
	font-family: 		Verdana, Arial, Tahoma; 
	height:				400px;
	font-size:			11px;
	line-height:		14px;
}

#content_left
{
	width:				120px; 
	height:				100%;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	padding:			0px;
	margin:				0px;
}

#content_right
{
	height:				100%;
	font-size: 			12px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height:		normal;
}

#content_seperator
{
	border-left:		2px dotted #A9CDE1;
	height:				100%;
	width:				2%;
}

#float_image
{
	padding: 5px 5px 3px 10px; 
	float: right; 
	right: 5px; 
	top: 5px;
}


/*									 */
/*	Standard Text (do not remove)	 */
/*									 */

.PageHeader
{
	font-size: 			20px;
	font-weight:		bold;
	color:				#641407;
	padding:			10px;
	border-bottom:		1px solid #3F3F3F;
}

.Title
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color:				#000000;
	padding-bottom:		5px;
}

.TitleRedBk
{
	background:			#EE1B2E;
	border:				1px solid #EE1B2E;
	color:				#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	padding:			7px;
}

.SubTitle
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#000000;
	border-bottom:		1px solid #EE1B2E;
}

.Text
{
	font-family: 		Verdana, Arial, Tahoma; 
	font-size: 			13px; 
	color: 				#00223D; 
	font-weight:		normal; 
	text-decoration: 	none;
	line-height:		17px; 
}

.TextPadding
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#000000;
	padding:			7px;
}
.Comment
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#7C7C73;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height:		normal;
}

.FormComment
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
	color:				#000000;
	width:				600px;
	border-bottom:		solid 1px #000;
	position:			relative;
	float: 				left; 
}

.Link
{
	font-size: 			12px;
	color:				#00223D;
	cursor:				pointer;
	text-decoration:	underline;
}

.Link:hover
{
	font-size: 			12px;
	color:				#C54A00;
	cursor:				pointer;
	text-decoration:	none;
}

.Error
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#800000;
}

.Notice
{
	font-size: 			11px;
	color:				#7C7C73;
	padding:			5px;
}

.Small
{
	font-size: 			10px;
	color:				#7C7C73;
	padding:			2px;
}

.White
{
	font-size: 			11px;
	color:				#FFFFFF;
}

.Form
{
	font-size: 			13px;
	font-weight:		bold;
	color:				#0000AA;
}

.Price
{
	font-size: 			11px;
	color:				#800000;
}

.Header
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#800080;
}

.Footer
{
	font-size: 			10px;
	color:				#7C7C73;
}

/*								 */
/*		Text Seperators			 */
/*						 		 */

.SeperatorVertical
{
	border-left:		1px dashed gray;
	height:				100%;
}

.SeperatorHorizontal
{
	border-bottom:		1px dashed gray;
	width:				100%;
}


/*									 */
/*	Table							 */
/*									 */


.Table
{
	padding:			3px;
	border:				2px solid #7C7C73;
	vertical-align:		top;
}

.TableCell
{
	padding:			3px;
	border:				1px solid #7C7C73;
}

.TableCellGray
{
	padding:			3px;
	border:				1px solid #7C7C73;
	background-color:	#C0C0C0;
}

.divLoginPopup
{
	background-color:	#FFF;
	border:				solid 1px #cdd4da;
	padding:			5px;
}
