body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/pixel.jpg);
	background-repeat: repeat;
	color: #366DAE;
}
a:link{
	color: #366DAE;
	text-decoration: underline;
}
a:visited{
	color: #366DAE;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
.menu_top {
	background-image: url(images/menu_top.jpg);
}
.menu_bottom {
	background-image: url(images/menu_bottom.jpg);
}
.align_top {
	vertical-align: top;
}
.title {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
.bdr_1 {
	background-image: url(images/bdr_1.jpg);
}
.bdr_2 {
	background-image: url(images/bdr_2.jpg);
	background-repeat: repeat-x;
}
.bdr_3 {
	background-image: url(images/bdr_3.jpg);
	background-repeat: repeat-y;
}
.bdr_4 {
	background-image: url(images/bdr_4.jpg);
}
.bdr_5 {
	background-image: url(images/bdr_5.jpg);
	background-repeat: repeat-x;
}

.menu_title {
	background-image: url(images/menu_title.jpg);
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}
.menu_title a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.menu_title a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.menu_title a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.menu_title a:active{
	color: #FF0000;
	text-decoration: none;
}

.menu_item {
	background-image: url(images/menu_item.jpg);
	font-size: 8pt;
	color: #366DAE;
	padding-left: 10px;
}
.menu_item a:link{
	color: #366DAE;
	text-decoration: none;
}
.menu_item a:visited{
	color: #366DAE;
	text-decoration: none;
}
.menu_item a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.menu_item a:active{
	color: #FF0000;
	text-decoration: none;
}

