h1 {color:#333333;} a {color:#333333;text-decoration:none;} a:visited {color:#333333;}  

BODY {
	BACKGROUND-COLOR: #BDA581; FONT-FAMILY: verdana,helvetica; FONT-SIZE: 11px; HEIGHT: 100%; MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; WIDTH: 100%
}
TEXTAREA {
	FONT-FAMILY: verdana,helvetica; FONT-SIZE: 10px; MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
HR {
	BACKGROUND-COLOR: #999999; BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; COLOR: #999999; HEIGHT: 1px
}
FORM {
	MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
input {
	font-family: arial,verdana; font-size: 12px;
	}
SELECT {
	COLOR: #333333; FONT: 12px Geneva, Verdana, Arial; width: 200px;
}
IMG {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px
}
UL LI {
	line-height: 10px;  margin-top: 6px; line-height: 1.3em;
	}

UL.list {
	list-style-image: url("../images/bullet_img.gif");
}


h1,h2,h3,h4,h5,h6 {
	margin: 1px; font-family: arial,verdana;
	}

h2 {
color: #1686C9; font-size: 22px; font-family: arial;
}
h3 {
	font-size:18px;  line-height: 1.5em;
	}
P {
text-align: justify;
}
big {
	font-family: arial,verdana; 1font-size: 18px; font-weight: 800;	line-height:18px; color: #D3C622
	}



TD {
	color:#380501; FONT-FAMILY: Arial,Tahoma,helvetica,verdana,; FONT-SIZE: 12px; line-height: 1.4em;
}


.text {
color:#430000; padding-left: 7px; padding-right: 8px; FONT-SIZE: 12px;
}
.copyright {
font-size: 10px; font-family: verdana; color: #E8EEE2;
}



A {
	color: #000000; FONT-FAMILY: Verdana,arial,tahoma,; FONT-SIZE: 11px; TEXT-DECORATION: none
}

A:hover {
	color: #FFFFFF; FONT-FAMILY: Verdana,arial,tahoma,; FONT-SIZE: 11px; TEXT-DECORATION: none
}


.padding {
padding-left: 12px;
}

.padding1 {
padding-left: 8px;
}

.lpadding {
padding-left: 15px;
}

#content {
    padding: 20px 10px 0 0;
}
img[align=left] {
    margin:5px 10px 5px 0;
}
img[align=right] {
    margin:5px 0 5px 10px;
}


 /* WEBFORM STYLE */

    /* control style of table containing the webform (for padding, etc...) */
    .webform table {

    }
    /* for field names such as name, email */
    .webform th {
        font-weight:bold;
        text-align:right;
    }
    /* table cells where input elements reside */
    .webform td {

    }
    /* for required note at bottom */
    .webform .extra {
        color:grey;
        font-size:x-small;
    }
    /* for error text when missing a field */
    .webform .error {
        color:red;
    }
    /* for * next to required */
    .webform .required {
        color:red;
    }
    /* for email, name field */
    .webform .input {
        width:150px;
    }
    /* message area */
    .webform textarea {
        width:300px;
    }
    /* submit button */
    .webform .submit {

    }
    /* for newsletter checkbox */
    .webform .checkbox {

    }