body {
	background-color: #F8DA6C;
	padding: 0px;
	margin: 0px;
}

.hdr_img_big {
	background-image: url(img/martina_big.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 325px;
}

.hdr_img_sml1 {
	background-image: url(img/martina_sml1.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 200px;
}

.hdr_img_sml2 {
	background-image: url(img/martina_sml2.jpg);
	background-repeat: no-repeat;
	width: 200px;
}

.hdr_img_logo {
	background-repeat: no-repeat;
	height: 125px;
	width: 388;
}

.hdr_txt {
	color:White;
	font-family:Monotype Corsiva;
	font-size:large;
}

.login_txt {
	font-family: helvetica, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
}

.left_shade {
	background-image: url(img/martina_fl.jpg); 
	background-repeat: repeat-y;
}

.right_shade {
	background-image: url(img/martina_fr.jpg); 
	background-repeat: repeat-y;
}

.CurDate {
	font-family: Helvetica, Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	padding-right: 3px;
}


.SkinObject {
	font-weight: bold;
	font-size: 12px;
	color: silver;
	text-decoration: none;
	font-family: Helvetica, Tahoma, Arial;
}

A.SkinObject:link {
	text-decoration: none;
	color: silver;
}

A.SkinObject:visited {
	text-decoration: none;
	color: silver;
}

A.SkinObject:hover {
	text-decoration: none;
	color: #648e63;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: Transparent;
	border: 0px;
}

.MainMenu_MenuBar {
	height: 25px;
}

.MainMenu_MenuItem {
	background-color: Transparent;
	padding: 2px;
	border-top: 1px solid #F8DA6C;
	border-left: 0px solid #F8DA6C;
	border-right: 0px solid #F8DA6C;
	border-bottom: 1px solid #F8DA6C;
	color:black;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	background-color: #F8DA6C;
	border-top: 2px solid #F8DA6C;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2px;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuItemSel {
	background-color: #F8DA6C;
	border-top: 2px solid #F8DA6C;
	border-left: 2px solid #F8DA6C;
	border-right: 2px solid #F8DA6C;
	border-bottom: 2px solid #F8DA6C;
	padding: 5px;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.MainMenu_SubMenuItemSelected {
	padding: 2px;
	border: 0px;
	background-color: black;
	color:White;
}

.MainMenu_RootMenuItemBreadCrumb {
	cursor: hand; 
	color: black; 
	font-weight: bold;
}

.MainMenu_RootMenuItemBreadCrumb td {
	border-bottom:1px #F8DA6C solid;
	width:200px
}

.MainMenu_RootMenuItem {
	cursor: hand; 
	color: black; 
	font-weight: bold; 
}

.MainMenu_RootMenuItem td {
	border-bottom:1px #F8DA6C solid;
	width:200px
}

/* LeftPane, ContentPane, etc Headers */
.SubHead {
	color:black
}

.ControlPanel 
{
	background-color: #F8DA6C;
	border: solid 1 white;
}

.head
{
	color:Transparent;
	font-size: small;
	font-family:Verdana;
	font-weight:bold;
}



