﻿body
{
	font-family:Arial, Verdana, Helvetica;
	font-size:68.8%;
	
	margin:0px;
	padding:0px;
}



/* ELEMENTS */

a.typemenu, a.typemenu:visited
{ 
	font-weight:bold;
	color:#663333;
	background-color:#FFFEF1;
	display:block;
	text-decoration:none;
	/*padding-left:3px;*/
	border:1px solid #FFFEF1;
}
a.typemenu:hover, a.typemenusel
{ 
    color:#FFFEF1!important;
	background-color:#663333!important;
}



.red{color:#CC0000;}
.brown, .brown:visited, .brown:hover{color:#663333;}
.white, .white:visited, .white:hover{color:#FFFEF1;}

.brownbg{background-color:#663333;}
.whitebg{background-color:#FFFEF1;}
.padl{padding-left:3px;}
.comment{color:#008000;font-style:italic;text-align:right;font-size:11px;}

.nowrap{white-space:nowrap;}
.block{display:block;}

.over{text-decoration:line-through;font-weight:bold;}

.dashed{border-bottom:1px dashed;}
.nounder{text-decoration:none;}
.bold{font-weight:bold;}

.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}

img {border:0px;}
img.left{float:left;margin:14px 14px 14px 0px;}
img.right{float:right;margin:14px 0px 14px 14px;}

H1
{
	padding:0px;
	margin:6px 0px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	
}
H2
{
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0px;
	margin:6px 0px;
}
H3
{
	font-size:11px;
	font-weight:bold;
	color:#333;
}

H4
{
	font-size:10px;
	font-weight:bold;
	color:#333;
}

H5
{
	font-size:11px;
	font-weight:bold;
	color:#333;
}


H6
{
	font-size:10px;
	font-weight:bold;
	color:#333;
}


P,TD,label,address,.p, div
{
	font-size:12px;
	color:#333;
}
A,div
{
	
	font-size:12px;
}
A
{
	color:#336699;
}
A:hover
{
	color:#336699;
}
A:visited
{
	color:#336699;
}





.dot{background:url(layout/dot.gif) repeat-x top left;height:8px;margin-bottom:5px;}
.vDot{background:url(layout/vdot.gif) repeat-y top center;}


.tableMain{border-collapse:collapse;}
.tableMain td{text-align:center;}

li{padding-bottom:4px;}