BODY{	
	margin: 0px; 
	background-image: url('images/background_fill.jpg'); 
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 13px;
}

IMG{ border-width: 0px;}

TD{font-family: arial; font-size: 13px;}
SUP{font-size: 12px;}

.Title{
	height: 35px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: middle;
	font-family: arial narrow;
}

.Page{
	background-image: url('images/background.jpg'); 
	background-repeat: no-repeat;
	width: 820px;
	height: 100%;
	vertical-align: top;
}

.Content{
	padding: 25px;
	vertical-align: top;
	font-family: arial;
	font-size: 13px;
}


.Menu{
	width: 150px;		
	background-image: url('images/left_background.jpg'); 
	background-repeat: repeat-y;
	text-align: right;	
	vertical-align: top;
}
.Right{
	vertical-align: top;
	width: 40px;
	background-repeat: repeat-y;
}

.MenuItems{
	width: 153px;		
	background-image: url('images/menu.jpg'); 
	background-repeat: repeat-y;
	text-align: right;	
	vertical-align: top;
	height: 295px;
}

.Footer{ text-align: center; width: 100%;}

A.MenuItem:link		{display: block; margin-right: 15px; margin-bottom: 14px;width: '100%';color: #102EA0;	text-decoration: none;		font-size: 13px; font-weight: bold; font-family: arial;} 
A.MenuItem:visited	{display: block; margin-right: 15px; margin-bottom: 14px;width: '100%';color: #102EA0;	text-decoration: none;		font-size: 13px; font-weight: bold; font-family: arial;} 
A.MenuItem:active	{display: block; margin-right: 15px; margin-bottom: 14px;width: '100%';color: #102EA0;	text-decoration: none;		font-size: 13px; font-weight: bold; font-family: arial;} 
A.MenuItem:hover	{display: block; margin-right: 15px; margin-bottom: 14px;width: '100%';color: #102EA0;	text-decoration: underline; font-size: 13px; font-weight: bold; font-family: arial;}

A:link		{color: #000099;	text-decoration: none;		font-size: 13px; font-family: arial;}
A:visited	{color: #8686B8;	text-decoration: none;		font-size: 13px; font-family: arial;} 
A:active	{color: #000099;	text-decoration: none;		font-size: 13px; font-family: arial;} 
A:hover		{color: #000099;	text-decoration: underline; font-size: 13px; font-family: arial;}

.Bordered{ border-color: #000000; border-width: 1px; border-style: solid;}
