body
{
	margin: 0px;
	color: #000000;
	font-family: Sans-Serif;
	background-color: #848484;
	
	scrollbar-face-color:DDDDDD; 
	scrollbar-track-color:565656; 
	scrollbar-dark-shadow-color:242424; 
	scrollbar-highlight-color:F0F0F0;
	scrollbar-3dlight-color:FFFFFF;
	scrollbar-arrow-color:EA501C;
	
}

td
{
	vertical-align: top;
	text-align: left;
}

.TableBody
{
	width: 100%;
	height: 100%;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(CascoFrameCity.jpg);
	background-repeat: no-repeat;
}

.InnerContent
{
	padding-right: 20px;
	font-weight: normal;
	background-color: #cacaca;
	opacity: .9;
	filter: alpha(opacity=90);
	padding-bottom: 20px;
	padding-top: 20px;
}

.InnerHeader
{
	font-weight: bold;
	font-size: 16px;
	color: #6e0082;
	font-style: italic;
	font-family: Sans-Serif;
}


.linksbody
{
    COLOR: blue;
    TEXT-DECORATION: none
}
.linksbody:hover
{
	color: crimson;
	text-decoration: none;
}



.smallText
{
	font-size: 10px;
}
.microText
{
	font-size: 1px;
}







/* SOLPART MENU CLASSES */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid; 
	border-right: #bcd8f7 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Sans-Serif;
	font-size: 8pt;
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #EAE7DB; 
	border-left: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #EAE7DB;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	/* background-color: royalblue;  */
	cursor: pointer; 
	cursor: hand; 
	color: #934423; 
	font-family: Sans-Serif;
	font-size: 8pt;
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}

