﻿body
{
    font-family: "Tahoma";
    font-size: 11px;
}

body,td
{
	font-family: "Tahoma";
	font-size : 11px;
	color:#555555;
}
.Heading
{
	font-family: "Arial";
	font-weight:bold;
	font-size: 16;
	color:#D71616;
}
.Heading2
{
	font-family: "Verdana";
	font-weight:bold;
	font-size: 11;
	color:#ffffff;
}
.heading3
{
	font-weight:bold;
	color:#955728;
}
.DocHeading
{
	font-weight:bold;
}
.DarkHeader
{
	font-family: "Verdana";
	font-size: 11;
	color:#3E4322;
	font-weight:bold;
}
.RightMenuHeader
{
	font-family: "Verdana";
	font-size: 11;
	color:#523D2E;
	font-weight:bold;
}
.Dots
{
	font-family:Arial;
	font-size:10;
	color:#555555;
}
.ImgStyle
{
	border-style:solid;
	border-width:1;
	border-color:#808080;
}
a:visited
{
	color: #B46F0B;
	text-decoration: none;
}

a:link
{
	color:#9C0000;
	text-decoration: none;
}

a:hover
{
	color: #B46F0B;
	text-decoration: underline;
}
input,select,textarea
{
	scrollbar-face-color:#c0c0c0;
	scrollbar-track-color:#808080;
	scrollbar-3dlight-color:#a0a0a0;
	scrollbar-arrow-color:#ffffff;
	
	border-top:solid 1 #b0b0b0;
	border-bottom:solid 1 #b0b0b0;
	border-left:solid 2 #b0b0b0;
	border-right:solid 2 #b0b0b0;
	background-color:#e0e0e0;
	font-family:verdana;
	font-size:11px;
}
.LightAreaOver
{
	background-color: #f0f0f0;
	border-style:solid;
	border-width:1px;
	border-color:#e5e5e5;
}
.AreaOver
{
	background-color: #E5E5E5;
	color:#000000;
}
.AreaOut
{
	background-color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}
.BtnOver
{
	background-color: #9C0000;
	color:#ffffff;
	cursor: "Hand";
	text-decoration: "None";
}
.BtnOut
{
	background-color: #ffffff;
	cursor: "none";
	text-decoration: "None";
}
.NewsOut
{
	background-color: #cccccc;
	cursor: "none";
	text-decoration: "None";
}
.NewsOver
{
	cursor: "Hand";
	text-decoration: underline;
}
.BulletOut
{
	background-color: #FFFFFF;
	cursor: none;
	text-decoration: None;
}
.BulletOver
{
	cursor: pointer;
	text-decoration: underline;
}
.PortOut
{
	cursor: none;
	text-decoration: None;
}
.PortOver
{
	background-color: #eeeeee;
	cursor: pointer;
	text-decoration: underline;
}
.ListOut
{
	background-color: #FFFFFF;
	cursor: none;
	text-decoration: "None";
}
.ListOver
{
	background-color: #EEEEEE;
	cursor: pointer;
	font-weight:bold;
}