body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #718189;
	background-color: #161D21;
	margin:0;
}
p {
	font-size: 12px;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat
}
.border{
border: #718189 solid thin
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.SubHead{	
	text-decoration: none;
	color: #acc3ce;
}
a.SubHead:link{	
	text-decoration: none;
	color: #acc3ce;
}
a.SubHead:visited{	
	text-decoration: none;
	color: #acc3ce;
}
a.SubHead:hover{	
	text-decoration: none;
	color: #acc3ce;
}

.Breadcrumb_Link {
	font-size: 10px;
}

a.Breadcrumb_Link:link {	
	text-decoration: none;
	font-size: 10px;
	color: #acc3ce;
}
a.Breadcrumb_Link:visited {
	font-size: 10px;
	color: #acc3ce;
}

a.Login_Link:link {
	text-decoration: none;
	font-size: 10px;
	color: #acc3ce;
}
a.Login_Link:hover {
	font-size: 10px;
	color: #acc3ce;
}
a.Login_Link:visited {
	font-size: 10px;
	color: #acc3ce;
}


a.Footer_Link:link {
	text-decoration: none;
	font-size:10px;
	color: #718189;
}
a.Footer_Link:hover {
	text-decoration: underline;
	font-size:10px;
	color: #718189;
}
a.Footer_Link:visited {
	text-decoration: none;
	font-size:10px;
	color: #718189;
}

.Top_Link {
	font-size:10px;
	color: #718189;
}
.TenPx {
	font-size:10px;
}
.Breadcrumb {
		font-size:10px;
}

.NormalTextBox { padding-top: 2px;
		background-color: #161D21;
		color: white;
		font-size: 11px;
		padding-bottom: 2px;
		border: solid 1px #999999;
}


/* [SOLPATRMENU] */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 12px;
	color: #718189;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}
.MainMenu_MenuItemSel
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	color: #c22c29;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
	background-color: #161D21;
}
.MainMenu_MenuIcon_Admin
{
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	width: 0px;
	border-bottom: transparent 1px solid;
	background-color: #161D21; 
}
.MainMenu_MenuArrow
{
	border-right: transparent 1px solid;
	border-top: transparent 1px solid; 
	width: 7px;
	border-bottom: transparent 1px solid; 
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #161D21;
}
.MainMenu_SubMenuItemSel
{
	font-size: 12px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	/* background-color: #eeeeee; */
}
.MainMenu_RootMenuArrow
{
	padding-right: 1px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{ text-transform:uppercase;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 14px;
	/* background-image: url(media/menuitem.gif); */
	color: #718189;
	/* background-repeat: repeat-x; */
	font-family: Arial;
	height: 35px;
}
.MainMenu_RootMenuItemActive
{ text-transform:uppercase;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 14px;
	/* background-image: url(media/menuitemact.gif); */
	color: #527272;
	/* background-repeat: repeat-x; */
	font-family: Arial;
	height: 35px;
}
.MainMenu_RootMenuItemSel
{ text-transform:uppercase;
	padding-right: 3px;
	font-weight: normal;
	padding-left: 3px;
	font-size: 14px;
	/* background-image: url(media/menuitemsel.gif); */
	color: #c22c29;
	/* background-repeat: repeat-x; */
	font-family: Arial;
	height: 35px;
	background-color: transparent;
}


