/* Common css */
body 
{
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

a:link
{
	text-decoration:none;
	color: #444;
}

a:visited
{
	text-decoration:none;
	color: #444;
}

a:hover
{
	text-decoration:none;
	color: #444;
}

a:active
{
	text-decoration:none;
	color: #444;
}

h1 {font-size: 1px; line-height:normal; font-weight: normal; font-family: Arial, Times, serif; color:#FFF; }
h2 {font-size: 1px; line-height:normal; font-weight: normal; font-family: Arial, Times, serif; color:#FFF; }
h3 {font-size: 1px; line-height:normal; font-weight: normal; font-family: Arial, Times, serif; color:#FFF; }
h4 {font-size: 1px; line-height:normal; font-weight: normal; font-family: Arial, Times, serif; color:#FFF; }
h5 {font-size: 1px; line-height:normal; font-weight: normal; font-family: Arial, Times, serif; color:#FFF; }
h6 {font-size: 1px; line-height:normal; font-weight: normal; font-family: Arial, Times, serif; color:#FFF; }

.ContentFontLeftColumn
{
	font-size: 1px;
    line-height: 1px;
    font-family: "Segoe UI", sans-serif, Tahoma, Geneva, Verdana;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    text-decoration: none;
}



/* Fonts css */
.FontStyle_HeaderCopyright
{
	font-size: 10px;
    line-height: 12px;
    font-family: "Segoe UI", sans-serif, Tahoma, Geneva, Verdana;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #CCC;
    text-decoration: none;
}

.FontStyle_HeaderMenu
{
	font-size: 12px;
	line-height: 14px;
	font-family: "Segoe UI", sans-serif, Tahoma, Geneva, Verdana;
	letter-spacing: 0px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #444;
	text-decoration: none;
}

.FontStyle_MenuStrip
{
	font-size: 12px;
	line-height: 14px;
	font-family: "Segoe UI", sans-serif, Tahoma, Geneva, Verdana;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #444;
	text-decoration: none;
}

.FontStyle_Content
{
	font-size: 11px;
	line-height: 18px;
	font-family: "Segoe UI", sans-serif, Tahoma, Geneva, Verdana;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #444;
	text-decoration: none;
}

.FontStyle_Footer
{
	font-size: 10px;
	line-height: 14px;
	font-family: "Segoe UI", sans-serif, Tahoma, Geneva, Verdana;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #777;
	text-decoration: none;
}



/* Jscript css */
.menuskin
{
	position:absolute;
	width:185px;
	background-color:#DDD;
	border:1px solid #666;
	font:normal 11px Helvetica;
	line-height:18px;
	z-index:100;
	visibility:hidden;
}

.menuskin a
{
	text-decoration:none;
	color:black;
	padding-left:19px;
	padding-right:0px;
}

#mouseoverstyle
{
	background-color:highlight;
}

#mouseoverstyle a
{
	color:white;
}