a{color:#0066CC; text-decoration:none;	}
a:hover {text-decoration:underline;	}
BLOCKQUOTE{ margin:0; padding:0;}
TEXTAREA{width:300;}
.MainTable
{
	width:100%;
	background-color:#EBE7FE;
	border:5px solid #E4C6D7;
}

.Header{	background-color: #E4C6D7;	text-align:right;}
.Header h1
{
	font-size: 16px;
	color:#FFFFFF;
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
.NavBar
{
	padding: 5px 0 5px 0;
	border-bottom:5px solid #E4C6D7;
	text-align:center;
}

.NavBar a /*how the links in the NavFrame Look */
{
	color:#0F48A7;		/* Color of the links */
	font-size: 20px;	/* FontSize of the links */
	padding:5px;/* Space surrounding the links */
	font-weight:800;	/* Boldness of the font */
	text-decoration:none;	/* to remove the underline from links */
	line-height: 30px;		/* Height above and below the text */
	margin-right: 7px;		/* Space between Elements */
	margin-left: 7px;
}

.NavBar a:hover /* All the elements that need to change for proper hover effect. */
{	
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
	border:2px solid #E4C6D7;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration:none;
}

.MenuFrame
{
	margin:0;	padding:0;
	width:25%;
	border-right:5px solid #E4C6D7;
}
.MenuFrame #MenuTitle
{
	text-align:center;
	font-size: 22px;
	color:#0F48A7;
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom:2px solid #E4C6D7;
}
.MenuFrame h1
{
	text-align:center;
	font-size: 22px;
	color:#0F48A7;
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom:2px solid #E4C6D7;
}
.MenuFrame h3
{
	text-align:center;
	font-size: 22px;
	color:#0F48A7;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	border-top:2px solid #E4C6D7;
	border-bottom:2px solid #E4C6D7;
}

.MenuFrame a
{
	padding-left:6px;
	width: 100%;
	display:block;
	line-height:20px;
	font-size: 16px;
	font-weight:600;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.MenuFrame a:hover
{
	background-color:#E4C6D7;
	text-decoration: none;
}

.MenuFrame ul
{
	margin: 0;	padding: 0;
	margin-bottom:15px;
	list-style-type: none;
}

.ContentFrame
{
	width:75%;
	padding:35px;	margin:0;

	border:8px solid #EBE7FE;
	background-color:#ffffff;
}

.ContentFrame h1
{ 	text-align:center;
	color:#0F48A7; 
	margin-bottom:50px; 
	font-style:italic;
	font-weight:800;
}

.Row {margin-bottom:40px;}	/* Space beneath each row */
.Row img{margin-right:5px;} /* Space to the right of the wrapper image */
.Row .Name{font-size:16px; font-weight:600;} /* Font Settings for the wrapper Name */
.Row .Code{font-size:14px; margin-top: -15px;} 	/* Font Settings for the wrapper Code */
.Row a { font-size:16px; font-weight:600;}
.Row a:hover{text-decoration:underline;}

.Row2 {text-align:center;}
.Row2 .Name{font-size:16px; font-weight:600;} /* Font Settings for the Backs Name */

.Footer
{
	background-color: #E4C6D7; 
	color:#6666CC; 
	text-align:center;
	font-weight:bold;
}

.footer P {display:inline; margin-left:20px; margin-right:20px;}
.footer a {margin-left:20px; margin-right:20px;}