a.menu
{
text-decoration:none; 
color:#FFFFFF;
}
a.menu:hover {color:#000000}
a.top{
text-decoration:none;
color:#111111
}
a.top:hover {color:#00CCCC}
.container
{
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
	padding:5px;
}
.pages
{
	font-family:Tahoma;
	font-size:12px;
}
.header
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#111111;
}


.topcontainer{
padding:4px
}
.divider
{
  line-height:5px
}
.text{
	font-family:Tahoma;
	font-size:12px;
	color:#111111;
	padding-top:4px;
	padding-left:3px;
	text-align:justify
}
.text1{
	font-family:Tahoma;
	font-size:12px;
	color:#111111;
	padding-top:4px;
	text-align:justify
}
.text:first-letter
{
	color: #000000;
	font-size: 12px
}
.upperleft{
	width : 50%;
	margin-left : auto;
	margin-right : auto;

	background-color : #C0C0C0;
	background-image : url('upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}

