/* CSS Document */

body{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

hr{
	size:2px;
	color:#686868;
	noshade;
}

/* FONTS & LINKS */

.font{
	font-family:Verdana;
	font-size:11px;
	color:#545454;
}

.fontMin{
	font-family:Verdana;
	font-size:10px;
	color:#545454;
}

.fontTitle{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:16px;
	color:#545454;
	font-weight:bold;
	padding-bottom:16px;
}

.fontSubtitle{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:16px;
	color:#545454;
	font-weight:bold;
	padding-bottom:8px;
}

.fontWWW{
	font-family: Verdana;
	font-size:12px;
	color:#545454;
	font-weight:bold;
}

.fontQuote{
	color:#FF6600;
}

.fontPhone{
	font-family: Verdana;
	font-size:16px;
	color:#545454;
	font-weight:bold;
}

.errorFont{
	font-family:Verdana;
	font-size:14px;
	color:#CC0000;
}

.fontMainMenu{
	font-family: Verdana, Arial;
	font-size:12px;
	color:#545454;
}

a.fontMainMenu:link{ color:#545454; text-decoration:none;}
a.fontMainMenu:visited{ color:#545454; text-decoration:none;}
a.fontMainMenu:hover{ color:#545454; text-decoration:underline;}
a.fontMainMenu:active{ color:#545454; text-decoration:underline;}

a:link{ color:#0066CC; text-decoration:underline; }
a:visited{ color:#0066CC; text-decoration:underline; }
a:hover{ color:#0066CC; text-decoration:underline; }
a:active{ color:#0066CC; text-decoration:underline; }

.fontItemsMenu{
	font-family:Verdana;
	font-size:11px;
	color:#545454;
	font-weight:bold;
	height:23px;
}

a.fontItemsMenu:link{ color:#545454; text-decoration:none;}
a.fontItemsMenu:visited{ color:#545454; text-decoration:none;}
a.fontItemsMenu:hover{ color:#545454; text-decoration:underline;}
a.fontItemsMenu:active{ color:#545454; text-decoration:underline;}

/* TABLES */

.tableTopDark{
	background-color:#393839;
	height:8px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}

.tableTopLight{
	background-color:#E7E3D6;
	height:8px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-left:2px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
}

.tableTopMenu{
	background-color:#BCB18B;
	height:90px;
	border-left:2px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
}

.tableItemsMenu{
	background-color:#E7E3D6;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	height:400px;
}

.tableBottom1{
	background-color:#BCB18B;
	height:60px;
}

.tableItems{
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	height:80px;
}

.tableCentralArea{
	border-left:1px;
	border-left-style:dotted;
	border-left-color:#CCCCCC;
}
