.text, body, td, input, textarea, select
{
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
}

img
{
	border: 0;
}

a
{
	color: #0031E7;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

h3
{
	color: #4C4C4C;
	font-size:16pt;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}

th
{
	font-size: 10pt;
	font-weight: bold;
	color: #4C4C4C;
}

small
{
	font-size: 8pt;
}

.section_title
{
	font-size: 14pt;
}

li
{
	list-style-image: url(/img/bullet.gif);
}

#wizard li
{
list-style-image:none;
list-style-type:decimal ;
}

a:hover
{
	color: #282C71;
}

.language
{
	color: #888888;
	font-size: 11px;
}

.login
{
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
}
.reg
{
	font-size: 11px;
	color: #AFBBBC;
}

#news td, #tek_news td
{
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
}

#news a, #tek_news a
{
	color: #0031E7;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

#top_link a
{
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
}
#top_link a:hover
{
	text-decoration: underline;
}

#left_menu
{
	position: absolute;
	top: 304;
}

#left_menu a
{
	line-height: 18px;
}

#left_menu ul
{
	margin-left: 16px;
}

#left_menu li
{
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}

#left_menu li.cur
{
	list-style-image: url(/img/arrow.gif);
}

.current_page
{
	background-color: #F4F4F4;
	color: #000000;
	font-weight: bold;
	padding: 3 5 5 5;
}

.next
{
	color: #6833EF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}


.TreeView
{
}

.TreeNode
{
	text-decoration: underline;
	color: Blue;
	margin-right: 3px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: hand;
	cursor: pointer;
}

.SelectedTreeNode
{
	margin-right: 3px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.HoverTreeNode
{
	text-decoration: underline;
	margin-right: 3px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: hand;
	cursor: pointer;
}

.SelectedHoverTreeNode
{
	text-decoration: underline;
	margin-right: 3px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.ParentTreeNode
{
	color: Green;
	margin-right: 3px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.TreeNodeRow
{
	height: 20px;
}

