a {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
h6 {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.text-font {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.txt-maroon {
	color: #8A1B24;
}
.txt-maroon-un {
	color: #8A1B24;
        text-decoration: none;
}
.txt-maroon-un:hover {
	color: #8A1B24;
        text-decoration: underline;
}
.txt-maroon1 {
	color: #8A1B24;
}
.txt-maroon1-un {
	color: #8A1B24;
        text-decoration:underline;
}
.txt-maroon1-un:hover {
	color: #8A1B24;
        text-decoration: none;
}
.txt-grey {
	color: #8F8F8F;
}
.txt-grey-un {
	color: #8F8F8F;
        text-decoration: none;
}
.txt-grey-un:hover {
	color: #8A1B24;
        text-decoration: underline;
}
.txt-green {
	color: #747D00;
}
.txt-green-un {
	color: #747D00;
        text-decoration: none;
}
.txt-green-un:hover {
	color: #747D00;
        text-decoration: underline;
}
.txt-yellow {
	color: #FEFF77;
}
.txt-yellow-un {
	color: #FEFF77;
        text-decoration: none;
}
.txt-yellow-un:hover {
	color: #FEFF77;
        text-decoration: underline;
}
.txt-dkbrown {
	color: #726752;
}
.txt-brown-heading 
{
	color: #4F3D2B;
	font-weight: normal;
}
.txt-dkbrown-un {
	color: #726752;
        text-decoration: none;
}
.txt-dkbrown-un:hover {
	color: #B42D33;
        text-decoration: none;
}

.txt-dkbrown1 {
	color: #726752;
}
.txt-red {
	color: #ff0000;
}
.txt-dkbrown1-un {
	color: #726752;
    text-decoration: underline;
}
.txt-dkbrown1-un:hover {
	color: #B42D33;
        text-decoration: none;
}

.txt-ltbrown {
	color: #E7D6B7;
}
.txt-white {
	color: #ffffff;
}
.txt-white-un {
	color: #ffffff;
        text-decoration: underline;
}
.txt-white-un:hover {
	color: #ffffff;
        text-decoration: none;
}
.bg-white {
	background-color: #ffffff;
}
.bg-maroon {
	background-color: #B42D33;
}
.bg-ltmaroon {
	background-color: #A32328;
}
.bg-dkmaroon {
	background-color: #99181D;
}

.bg-sand {
	background-color: #F8F7EF;
}
.bg-pink {
	background-color: #FFEBEC;
}
.bg-ltgreen {
	background-color: #E6E7B7;
}
.bg-dkgreen {
	background-color: #E0E1A6;
}
.bg-dkbrown {
	background-color: #726752;
}
.bg-ltbrown {
	background-color: #948871;
}
.gradient {
	background-repeat: repeat-x;
	background-position: left;
	background-image: url(../images/gradient_green.gif);
	background-color: #A2A91B;

}
.border-green {
	border: 4px solid #A2A91B;
}
.border-maroon {
	border: 2px solid #9E1524;
}

.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	background-color: #8A1B24;
    border: 1px solid #8A1B24;	
	padding: 1px 1px 1px 1px;
	cursor: hand;
}

.button-white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #8A1B24;
	background-color: #ffffff;
    border: 1px solid #8A1B24;	
	padding: 1px 1px 1px 1px;
	cursor: hand;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #666666;

}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #666666;

}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #8A1B24;
}
.read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
	color: #8F8F8F;
}
.bloc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #726752;
}

li {
	list-style-position: outside;
	list-style-image: url(../images/list.gif);
	list-style-type: disc;
}
.justify {
	text-align: justify;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}

