body.Main
{
	background-color: #FFFFFF;
	margin-top: 2;
	margin-left: 10;
	margin-right: 10;
}

body.Document
{
	background-color: #FFFFFF;
	margin-top: 2;
	margin-left: 180;
	margin-right: 180;
}

a.SmallLinkOn
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#CC0000;
}

a.SmallLinkOff
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#666666;
}

a.Link1
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.Link2
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

a.BigLink1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}

a.BigLink2
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

a.LinkMenu
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #363638;
}

a.LinkMenuOn
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

td.LeftMenuOff
{
	background: url(common/left_menu_back.gif);
	background-repeat: repeat-y;
}

td.LeftMenuOn
{
	background: url(common/left_menu_back_.gif);
	background-repeat: repeat-y;
}

font.Title
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

font.Text10
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

font.BoldText10
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

font.Text11
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;	
}

font.BoldText11
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

table.TestBorder
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

td.TopicMenu
{
	border-width: 1;
	border-color: #7C8393;
	border-style: solid;
	border-bottom: none;
	background-color: #f7fcff;
	padding-left: 5;
	padding-right: 5;
	padding-top: 3;
	padding-bottom: 3;
}

td.TopicMenuLight
{
	border-width: 1;
	border-color: #7C8393;
	border-style: solid;
	border-bottom: none;
	background-color: #A7DF13;
	padding-left: 5;
	padding-right: 5;
	padding-top: 3;
	padding-bottom: 3;
}

table.Shadow
{
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
}