a				{ 	text-decoration: 	none;
					color:				#0000FF; }

a:hover			{ 	text-decoration: 	underline; }

a:visited		{ 	color:				#0000FF; }

body 			{ 	font-family: 		Arial, Tahoma, Verdana;
					background-color:	"#014E82";
					margin-top:			8px;
					margin-left:		0;
					margin-right:		0;
					margin-bottom: 		10px;
					align:				center; }
				
.MainTable		{	width:				950px;
					border:				none;
					padding:			10px; }
					
.Copyright		{	font-size:			9px;
					color:				#FFFFFF;
					text-align: 		center;
					height:				0%; }

.PageMenu		{	font-family:		Verdana;
					font-size:			11px;
					height:				23px; }
					
.PageMenu td	{	width:				50%;	}
					
.PageMenuLeft	{	text-align:			left; }

.PageMenuRight	{	text-align:			right; }

.PageMenu a		{	color:				#A7F3B6; }

.PageMenu a:visited		{	color:				#A7F3B6; }

.PageContent	{	width:				100%;
					background-color:	white;
					border:				black 1px solid;
					padding:			10px	}
					
.PageContentCell	{	border-bottom:		black 1px solid; }

.PageContentHeader	{	width:				100%;
						background-color:	#CDEBFD;
						border:				none;
						text-align:			center;	}
						
.PageContentHeader	h1	{	font-family:	Comic Sans MS;
							font-size:		24pt;
							color:			red;
							font-weight:	strong;	}
							
.PageContentHeader	h2	{	font-family:	Tahoma;
							font-size:		14pt;
							color:			#000080;	/*#014E82;*/
							font-weight:	normal;	}
							
.ContentTable 	{	width:				100%;	
					border:				#014E82 2px solid;
					font-size:			11px;
					background:			white;	}

.ContentHeader	{	background-color:	#014E82;	
					color:				white;
					font-weight:		bold;
					font-size:			14px;
					height:				30px;	}
					
.ContentHeader a	{	color:			white;
						font-weight:	normal;	}
						
.ContentHeader a:visited	{	color:			white; }
						
.DetailsTable	{ 	width:				100%;	
					border:				none;
					font-size:			11px;
					background:			white;	}
					
.DetailsTableCell	{	border-left-width: 		1px; 
						border-right-width: 	1px; 
						border-top-width: 		1px; 
						border-bottom-style: 	solid; 
						border-bottom-width: 	1px; 
						border_color:			black;	}
						
.DetailsTableCell h1		{	font-family:	Tahoma;
							font-size:		10pt;
							color:			red;
							font-weight:	strong;	}

DetailsTableCell h2		{	font-family:	Tahoma;
							font-size:		10px;
							color:			green;	}

DetailsTableCell h3		{	font-family:	Tahoma;
							font-size:		14pt;
							color:			black;
							font-weight:	strong;	}
