html, body
{
	background-color: White;
	margin: 0px;
	padding: 0px;
}

body, tr, td
{
	font: 11px/14px Tahoma;
}

a
{
	color: Black;
}
a:hover
{
	color: #F5840C;
}
h2
{
	font-size: 18px;
	font-weight: normal;
	color: Black;
}

h2, p, ul, ol
{
	margin: 0 0 10px 0;
}

hr
{
	border: 1px dotted black;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px solid white;
}

ul
{
	padding: 0;
	list-style: none;
}

li
{
	background: url(png/li.png) left 6px no-repeat;
	margin: 0;
	padding:0 0 0 10px;
	line-height: 20px;
}

img
{
	border: none;
}

table td,
table th
{
	vertical-align: top;
}


div#Conteiner
{
	width: 766px;
	margin: 0 auto;
}

div#Content
{
	margin: 0 29px 0 31px;
}

div#Footer,
div#Footer a
{
	color: #858585;
	line-height: 14px;
}

div#Footer
{
	margin: 7px 0 15px 0;
}

div#Footer ul
{
	margin: 0;
	padding: 0;
}

div#Footer li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	background: none;
	padding-left: 12px;
	font-weight: bolder;
}


div.Left
{
	width: 468px;
	float: left;
	margin-right: 8px;
}

div.Right
{
	width: 230px;
	float: left;
}

div.Left,
div.Right,
div.Block
{
	margin-bottom: 8px;
}

div.One
{
	border: 1px solid #D4D4D4;
	padding: 5px;
	min-height: 110px;
}
div.roundedOne
{
	padding: 0px;
}
div.roundedOne div.One
{
	border: none;
	padding: 0px;
}

div.Gray
{
	background: #EBEBEB;
	padding: 5px;
	color: #5D5D5D;
}

div.roundedGray div.Gray
{
	padding: 0px;
}

div.Gray,
div.One
{
	margin: 10px 10px;
}

table.index
{
	width: 100%;
/*	height: 100%;*/
	border-collapse: collapse;
	border-spacing: 0;
	background: url(png/vertDot.png) repeat-y center top;
	margin-top: 5px;
	position: relative;
}

table.index p
{
	margin: 0px;
}

td.index1x1,
td.index1x2,
td.index2x1,
td.index2x2
{
	width: 50%;
	padding-left: 60px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 1px top;
	vertical-align: top;
}

td.index1x1 { background-image: url(png/index1x1.png); }
td.index1x2 { background-image: url(png/index1x2.png); }
td.index2x1 { background-image: url(png/index2x1.png); }
td.index2x2 { background-image: url(png/index2x2.png); }

div.clear
{
	height: 0px;
	clear: both;
	overflow: hidden;
}
div.clear hr
{
	display: none;
}

table.three
{
	width: 104%;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(png/vertDot2.png) repeat-y center top;
	position: relative;
	left: -15px;
}

table.three td
{
	vertical-align: top;
	padding: 0px 20px; 
}

td.three1x1 { width: 32%; }
td.three1x2 { width: 34%; }
td.three1x3 { width: 32%; }

table.two
{
	width: 104%;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(png/vertDot.png) repeat-y center top;
	position: relative;
	left: -15px;
}

table.two td
{
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}

table.two img,
table.three img
{
	margin: 5px 10px 5px 0px;	
}


.GrayCornerTopLeft { background: url(png/GrayCornerTopLeft.png) no-repeat top left; }
.GrayCornerTopRight { background: url(png/GrayCornerTopRight.png) no-repeat top right;  padding:5px;}
.GrayCornerBotLeft { background: url(png/GrayCornerBotLeft.png) no-repeat bottom left; }
.GrayCornerBotRight { background: url(png/GrayCornerBotRight.png) no-repeat bottom right;}
.GrayBorderTop { background: #EBEBEB; }
.OneCornerTopLeft { background: url(png/OneCornerTopLeft.png) no-repeat top left; }
.OneCornerTopRight { background: url(png/OneCornerTopRight.png) no-repeat top right;  padding:5px;}
.OneCornerBotLeft { background: url(png/OneCornerBotLeft.png) no-repeat bottom left; }
.OneCornerBotRight { background: url(png/OneCornerBotRight.png) no-repeat bottom right;}
.OneBorderTop { background: url(png/OneBorderTop.png) repeat-x; }
.OneBorderBot { background: url(png/OneBorderBot.png) repeat-x bottom; }
.OneBorderLeft { background: url(png/OneBorderLeft.png) repeat-y; }
.OneBorderRight { background: url(png/OneBorderRight.png) repeat-y right; }

#GrayEditor
{
	background: #EBEBEB;
	padding: 5px;
	color: #5D5D5D;
}

#WhiteEditor
{
	padding: 5px;
}

#GrayEditor .three,
#GrayEditor .two,
#WhiteEditor .three,
#WhiteEditor .two
{
	position: inherit;
	width: 100%;
}

#TopMenu ul
{
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
