BODY
{
	margin-left: 15px; margin-top: 10px; margin-bottom: 20px; margin-right: 15px;
	padding: 0px;
	font-size: 12px;
	color: black;
	font-family: sans-serif;
	background-color: #EEEEEE;	
}

TABLE
{	
	font-size: 12px;
	color: black;
	border: 0px;
	border-style: none;
}

H2
{	
	font-size: 20px;
	font-style: sans-serif;
	font-weight: bold;
	color: black;	
}

H3
{
	font-size: 14px;
	font-style: sans-serif;
	color: black;	
}

.SmallText
{
	font-size: 12px;
	color: black;
}

.BigTextCaption
{
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.BigText
{
	font-size: 14px;
	color: black;
	font-weight: bold;
}


.MainFrame
{
	font-size: 12px;
	color: black;
	border: 0px;
	border-style: none;	
	padding: 0px;	
	text-align: left;					
}

.MainFrameHeader
{
	font-size: 24px;
	color: black;
	border: 0px;
	border-style: none;	
	padding: 0px;		
	width: 100%;
}

.MainFrameLeft
{
	width: 150px;
	font-size: 12px;
	color: black;
	border: 0px;
	border-style: none;	
	padding: 3px;			 
	text-align: left;
	
}

.MainFrameMiddle
{		
	font-size: 12px;
	width: 100%;	
	color: black;
	padding-left: 20px;			 
	padding-right: 20px;
	text-align: left;
	border: 0px;
	border-style: none;	
}

.MainFrameRight
{
	width: 150px;
	font-size: 12px;
	color: black;
	border: 0px;
	border-style: none;	
	padding: 3px;			 
	text-align: left;
}

.MainFrameFooter
{
	font-size: 10px;
	color: black;
	border: 0px;
	border-style: none;
	padding: 5px;			 
	width: 100%;
	text-align: left;	
	position: absolute; 
	bottom: 0px; 	 
	padding-bottom: 5px;
	margin-bottom: 5px;
}

HR
{
	color: black;
	height: 1px;
}

A
{
	font-size: 12px;
	color: navy;
	font-style:  normal;
	font-family:  sans-serif;
	text-decoration: none;
	font-weight: normal;
}

A:hover
{
	font-size: 12px;
	color: blue;
	font-style: normal;
	font-family: sans-serif;
	text-decoration: normal;
	font-weight: bold;
}


.tblMenu
{
	border-right: black 1px inset;
	border-top: gray 1px inset;
	font-weight: bold;
	font-size:  x-small;
	border-left: gray 1px inset;
	width: 125px;	
	color: black;
	text-indent: 1px;
	border-bottom: black 1px inset;
	font-style: normal;
	background-color: lightgrey;
	text-align: left;
}

.tblMenuPosition
{
	border-right: black 1px;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: smaller;
	left: 2px;
	border-left: gray 1px;
	color: yellow;
	text-indent: 2px;
	border-bottom: gray 1px solid;
	font-style: normal;
	background-color: gray;
	text-align: left;
}

.input
{	
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.button
{	
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

