BODY {
	background-image:  url(../images/background.gif);
	font-family : Verdana, Arial, sans-serif;
	font-size : 80%;
	margin: 10px;
	color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #5184B3;
	scrollbar-3dlight-color: #5184B3;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #5184B3;
}

P, TD, LI, UL, Table {
	font-family : Verdana, Arial, sans-serif;
	font-size : 100%;
}

/* this group sets the normal link colors */
a, a:link, a:active, a:visited {
	color : #5184B3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #5184B3;
	color : #000000;
	text-decoration : underline overline;
	font-weight: bold;
}


H1 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: White;
	text-align: right;
}

H2 {
	font-size: 15px;
	font-weight: bold;
	color: Black;
}


H3, H4, {
	font-size : 12px;
	font-weight : bold;
	color : Black;
}

.top1 {
	background: #5184B3;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #000000;
}

.top2 {
	background: #000000;
	color: #5184B3;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2;
	font-size: 85%;
}

/* this group sets the link colors at the top menu of the pages */
.top2 a, .top2 a:link, .top2 a:active, .top2 a:visited{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.top2 a:hover {
	color : #000000;
	text-decoration : underline overline;
	font-weight: normal;
}



.left {
	background: #FFFFFF;
	color: #000000;
	padding-right: 2px;
	border-left: 1px solid #000000;
	text-align: left;
}

.text {
	font-family : Verdana, Arial, sans-serif;
	background: #FFFFFF;
	color: #000000;
	text-align: justify;
	line-height: 20px;
	padding: 20px;
	border-right: 1px solid #000000;
}

.form {
	border: 1px solid #000000;
	background: #5184B3;
	color: #FFFFF;
	letter-spacing: 2;
	font-weight-bold
}

.medium {
	color: #000000;
	font-size: 11px;
	padding: 2px;
}


.tinytext {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	padding: 2px;
}

.tiny {
	color: #FFFFFF;
	font-size: 9px;
	letter-spacing: 1;
	font-weight: normal;
	padding: 2px;
}

/* this group sets the link colors at the footer of the pages */
.tiny a, .tiny a:link, .tiny a:active, .tiny a:visited{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tiny a:hover {
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
}


.special {
	border: 1px dotted #E93333;
	color: #000000;
	padding: 8px;
	font-size: 85%;
	text-align: justify;
}

HR {
	color: Silver;
	height: 0px;
	width: 100%;
}


.pricelist {
	background-color: #264B6E;
}

tr.header {
	background: #5184B3;
	color: #ffffff;
	font-weight: bold;
}

tr.alternaterow1 {
	background: #FFFFFF;
	color: #000000;
}

tr.alternaterow2 {
	background: #5184B3;
	color: #FFFFFF;
}

.textbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: White;
	border: 1px solid Black;
	width: 200px;
	background-color: #2175bc;

}

.textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFF0;
	border: 1px solid Black;
	width: 200px;
	background-color: #2175bc;
	height: 80px;

}

.textboxSmall {

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFF0;
	border: 1px solid Black;
	width: 80px;
	background-color: #2175bc;
}

.buttons {
	background-color: #31659C;
	border: 1px solid #E2E2C4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 80px;
}



/* STYLES FOR NAVIGATION MENU - START */

#navcontainer
{
	margin-left: 0px;
	width: 200px;
	border-right: 1px solid #000;
	padding: 0;
	margin-bottom: 1em;
	font-family: Verdana, Arial, sans-serif;
	background-color: #5184B3;
	color: #333;
}

#navcontainer ul
{
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #5184B3;
	color: #fff;
	text-decoration: none;
	width: 100%;
}



#navcontainer li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#navcontainer li li
{
	border-top: 1px solid #90bade;
	border-bottom: 0;
	margin: 0;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li li a
{
	display: block;
	padding: 5px 5px 5px 20px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #5ba3e0;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	width: 100%;
	
}

/* STYLES FOR NAVIGATION MENU - END */




