/* Colors
 *   Beige: #F1E9CF
 *   Light Beige: #FAF7EC
 *   Brown: #C6A57E
 *   Dark Blue: #336694
 *   Green: #F1F1CF;
 *	 Red: #C6887E;
 */

/******************************************************************************
 **********                          HTML                            **********
 ******************************************************************************/

body
{
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-size: 62.5%;
	line-height: 1.4;
	background-color: #ffffff;
	margin: 5px;
}

address
{
	font-style: normal;
	margin: 10px 20px;
}

/******************************************************************************
 **********                         Lists                            **********
 ******************************************************************************/

ul
{
 	margin: 10px;
	padding: 0px;
}

li
{
	margin: 10px;
	padding: 0px;
 	list-style-image: url(../images/arrow.gif);
}

/******************************************************************************
 **********                        Tables                            **********
 ******************************************************************************/

table
{
	border-collapse: collapse;
}

th,
td
{
	font-size: inherit;
}

/******************************************************************************
 **********                        Headers                           **********
 ******************************************************************************/

h1
{
	font-weight: normal;
	color: #336694;
	font-size: 2.6em;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-weight: normal;
	color: #336694;
	border-bottom: 5px solid #336694;
	font-size: 1.6em;
	margin: 5px -5px;
	padding: 5px;
	background-color: #F1E9CF;
}

h4
{
	font-size: 1.4em;
	font-weight: normal;
	color: #336694;
	margin: 10px 0px 0px 0px;
}

h1 a:hover,
h3 a:hover,
h4 a:hover
{
	text-decoration: none;
}

/******************************************************************************
 **********                        Links                             **********
 ******************************************************************************/

a
{
	text-decoration:none;
	color: #336694;
}

a:active
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

/******************************************************************************
 **********                         Form                             **********
 ******************************************************************************/

input,
button,
textarea,
select
{
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	font-size: 0.85em;
}

label
{
	cursor: hand;
}

input[type=button],
input[type=submit],
input[type=reset],
button,
.button
{
	color: #F1E9CF;
	background-color: #336694;
	font-weight: bold;
}

input.date
{
	width: 60px;
}

.searchForm input.button
{
	color: #F1E9CF;
	background-color: #336694;
	font-weight: bold;
}

.validation
{
	background-color: #F1F1CF;
	border: 5px solid #C6887E;
	color: #793B31;
	margin: 5px -5px;
	padding: 0px 10px;
}

.example
{
	font-style: normal;
	font-size: .9em;
}