/* universals */
body 
{
	color: black;
	font-size: 11px;
	font-family: Verdana;
} /* body */

small
{
	font-size: 11px;
} /* small */

.header
{
	font-size: 18px;
	font-weight: bold;
} /* header */

a
{
	color: #306754;
	text-decoration: none;
	font-weight: bold;	
} /* a */

a:hover { text-decoration: underline; }

/* messages */
.confirmation_message
{
	color: #002b55;
	font-size: 14px;
	font-weight: bold;
} /* confirmation_message */

.error_message
{
	color: red;
	font-size: 12px;
	font-weight: bold;		
} /* error_message */

/* forms */
table.forms
{	
	background-color: #FAFAFA;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px;
} /* table.forms */

table.forms input
{
	font-size: 11px;
} /* table.forms input */

table.forms select
{
	font-size: 11px;
} /* table.forms input */

table.forms textarea
{
	font-size: 12px;
	font-family: Arial;
} /* table.forms input */



.form_titles
{
	background-color: #002B55;
	color: white;
	font-weight: bold;	
} /* form_titles */

.form_header
{
	font-size: 11px;
	background-color: #CCCCCC;
	color: #002B55;
	font-weight: bold;	
} /* form_header */

.form_small_text
{
	font-size: 11px;
} /* form_small_text */

.form_small_text_center
{
	font-size: 11px;
	text-align: center;		
} /* form_small_text_center */

.form_small_text_right
{
	font-size: 11px;
	text-align: right;
} /* form_small_text_center */

.form_faded_text
{
	color: #999999;
	text-align: center;	
} /* form_faded_text */

/* contact us */
.contact_us {color:#FFFFFF}
.contact_us a {color:#FFFFFF; font-weight:bold;}

/* buttons */
.buttons a
{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
} /* buttons a */ 

.buttons a img
{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
} /* buttons a img */

.buttons a.positive:link
{
    color:#565656;
} /* buttons a.positive:link */

.buttons a.positive:hover
{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#306754;
} /* buttons a.positive:hover */

.buttons a.neutral:link
{
    color:#565656;
} /* buttons a.positive:link */

.buttons a.neutral:hover
{
    background-color: #dff4ff;
    border:1px solid #c2e1ef;
    color: #0066FF;
} /* buttons a.positive:hover */

.buttons a.negative
{
    color:#d12f19;
} /* buttons a.negative */

.buttons a.negative:hover
{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
} /* buttons a.negative:hover */