/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #59241C;
}
.Gtext {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#Navigation {
	width: 280px;
	margin: 0px;
	height: auto;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
}
#Navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px;
}
#Navigation a {
	display: block;
	width: 230px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dbc2b5;
	border-bottom-color: #dbc2b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #dbc2b5;
	border-left-color: #dbc2b5;
	background-color: #905340;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#Navigation  a:hover {
	background-color: #59241C;
	color: #FFFFFF;
}
#Navigation  a:link, #Navigation a visited {
	color: #FFFFFF;
	/*background-color: #6F1F55;*/
}
#Navigation .current a{
	background-color: #A6664D;
	background-image: url(Images/cssSuport/pointer.gif);
}
.titleNav {
	/*font-family: Arial;*/
	font-size: 14px;
	color: #FFFFFF;
	width: 190px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

