* {
 	font-family:Helvetica, Arial, sans-serif;
 	font-size:10pt;
 	cursor:default;
}
a {
	cursor:pointer;
}
a * {
	cursor:pointer;
}
 
body {
	background: #012442 url(../images/page-background.jpg) repeat-x top center;
}

#PageContent{
	background: white url(../images/page-top.gif) no-repeat top center;
}
#Footer{
	background: url(../images/page-bottom.gif) no-repeat bottom center;
}

td.menu {
	background:white url(../images/menu-background.gif) repeat-x top;
}
td.menuHover {
	background:white url(../images/menu-background-active.gif) repeat-x top;
}

a.mItem {
	border-right:1px solid #56a8d8;
}
a.mFirst {
	border-right:1px solid #56a8d8;
	background: transparent url(../images/menu-left-cap.gif) no-repeat top left;
}
a.mFirst:hover{
	background: transparent url(../images/menu-left-cap-active.gif) no-repeat top left;
}
a.mLast {
	background: url(../images/menu-right-cap.gif) no-repeat top right;
}
a.mLast:hover{
	background: url(../images/menu-right-cap-active.gif) no-repeat top right;
}


a.cmLink{
	background: url(../images/content-button.jpg) no-repeat;
}
a.cmLink:hover{
	background: url(../images/content-button-active.jpg) no-repeat;
}
a.cmLinkActive {
	color:#ffff00;
	background: url(../images/content-button-active.jpg) no-repeat;
}
