/*									 */
/*	Custom Text 					 */
/*									 */

.Cell
{ 
	font-size: 				12px; 
	color: 					#000000;
	text-decoration: 		none;
	line-height:			12px;
	padding:				7px;
}

.BlueTitle   
{ 
	font-size: 				16px; 
	color: 					#01447B; 
	font-weight:			bold; 
	text-decoration: 		none;
}

.BlueText    
{ 
	font-size: 				12px; 
	color: 					#01447B; 
	font-weight:			normal; 
	text-decoration: 		none;
}

.GreenTitle 
{ 
	font-size: 				16px; 
	color: 					#068D97; 
	font-weight:			bold; 
	text-decoration: 		none;
}
.GreenText  
{ 
	font-size: 				12px; 
	color: 					#068D97; 
	font-weight:			normal; 
	text-decoration: 		none;
}

.WhiteHeading 
{ 
	font-size: 				16px; 
	color: 					#FFFFFF; 
	font-weight:			bold; 
	text-decoration: 		none;
	border-bottom: 			1px white solid;
	padding:				5px;
}

.WhiteTitle 
{ 
	font-size: 				16px; 
	color: 					#FFFFFF; 
	font-weight:			bold; 
	text-decoration: 		none;
}

.WhiteText  
{ 
	font-size: 				12px; 
	color: 					#FFFFFF; 
	font-weight:			normal; 
	text-decoration: 		none;
}

.BlackTitle 
{ 
	font-size: 				16px; 
	color: 					#000000; 
	font-weight:			bold; 
	text-decoration:	 	none;
}

.BlackText  
{ 
	font-size: 				12px; 
	color: 					#000000; 
	font-weight:			normal; 
	text-decoration: 		none;
}


.GrayBorder
{
	border-top: 			#2A2E3C solid 5px;
	border-bottom:			#2A2E3C solid 5px;
	border-left:			#2A2E3C solid 2px;
	border-right:			#2A2E3C solid 2px;
}

/*									 */
/*	Standard Text (do not remove)	 */
/*									 */

.PageHeader
{
	font-size: 			28px;
	font-weight:		bold;
	color:				#068D97;
	border-bottom:		1px solid #1E2A63;
}

.Title
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			20px;
	font-weight:		bold;
	color:				#000000;
	padding-bottom:		5px;
}

.SubTitle
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#1E2A63;
	border-bottom:		1px solid #1E2A63;
}

.Text
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#000000;
	padding:			10px;
}

.Comment
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#7C7C73;
	padding:			3px;
	font-family: 		Arial, Helvetica, sans-serif;
	line-height:		normal;
}

.Link
{
	color:				#000080;
	cursor:				pointer;
	text-decoration:	underline;
}

.Link:hover
{
	color:				#000080;
	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-right:		1px solid #1E2A63;
	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;
}