/* As */

a:link, a:active, a:visited
{
	color:						#000000;
	text-decoration:			none;
}

a:hover
{
	text-decoration:			underline;
}

/* Navigation */

/* Top Menu */

#TopMenu
{
	margin:						0px;
	list-style:					none;
	position:					absolute;
	padding:					0px;

}

#TopMenu li
{
	border:						1px solid black;
	border-bottom:				0px;
	width:						112px;
	height:						34px;
	margin:						0px;
	float:						left;
	text-align:					center;
}

#TopMenu li.LiSpacer
{
	width:						10px;
	border:						0px;
}

#TopMenu li div
{
	padding-top:				10px;
}

/* BODYs and HTMLs */

html
{
	height:						100%;
}

body
{
	height:						100%;
	margin:						0px;
	font-family:				Verdana;
	font-size:					8pt;
}

/* TABLEs */

table.TableSite
{
	width:						100%;
	height:						100%;
	font-size:					8pt;
}

table.TableContactForm
{
	width:						500px;
	font-size:					8pt;
}

/* TDs */

td.TdSiteHeader
{
	width:						100%;
	height:						120px;
	background-image:			url(img/logo.jpg);
	background-repeat:			no-repeat;
	background-position:		top right;
	vertical-align:				top;
	padding:					0px;
}

td.TdSiteMenu
{
	width:						150px;
	background-color:			#9a99ff;
	vertical-align:				top;
	padding:					0px;
}

td.TdSiteContent
{
	vertical-align:				top;
	padding:					0px;
}

td.TdSiteActions
{
	width:						170px;
	background-color:			#9a99ff;
	vertical-align:				middle;
	padding:					0px;
	text-align:					center;
	/*background-image:			url(img/right_back.jpg);*/
	background-position:		bottom center;
	background-repeat:			no-repeat;
}

td.TdSiteFeeter
{
	width:						100%;
	background-color:			#9a99ff;
	height:						25px;
	vertical-align:				top;
	padding:					0px;
}

td.TdContactLeft
{
	width:						200px;
	vertical-align:				top;
}

td.TdContactRight
{
	width:						300px;
}

td.TdContactButton
{
	text-align:					center;
	padding-top:				10px;
}

/* DIVs */

div.DivFeeter
{
	border-top:					3px solid #eb0000;
	color:						#FFFFFF;
	font-size:					11pt;
	text-align:					center;
}

div.DivFeeterPadding
{
	padding-top:				2px;
}

div.DivTopMenu
{
	height:						35px;
	border-bottom:				3px solid #eb0000;
}

div.DivMenuItem
{
	background-repeat:			no-repeat;
	padding-left:				48px;
	margin-top:					10px;
	margin-left:				10px;
	height:						27px;
	font-size:					8pt;
}

div.DivMenuItemPadding
{
	padding-top:				4px;
}

div.DivContent
{
	height:						200px;
	overflow:					auto;
}

div.DivContentPadding
{
	padding:					15px;
}

div.DivMenuItemSubP
{
	background-repeat:			no-repeat;
	padding-left:				48px;
	margin-top:					10px;
	margin-left:				30px;
	height:						27px;
	font-size:					8pt;
}

div.DivMenuItemSubSubP
{
	background-repeat:			no-repeat;
	padding-left:				48px;
	margin-top:					10px;
	margin-left:				45px;
	height:						27px;
	font-size:					8pt;
}

/* INPUTs */

input.InputTextField
{
	width:						300px;
	font-family:				Verdana;
	font-size:					10pt;
	border:						1px solid #9a99ff;
}

input.InputButtonContact
{
	font-family:				Verdana;
	font-size:					10pt;
	border:						1px solid #9a99ff;
}

/* TEXTAREAs */

textarea.TextAreaTextField
{
	width:						300px;
	font-family:				Verdana;
	font-size:					10pt;
	border:						1px solid #9a99ff;
}