body {
background: #ffffff;
text-align: center;
line-height: 1.6;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #555555;
}

h1, h2, h3, h4, h5, h6 {
color: #2571b8;
font-weight: normal;
}

h1 {font-size: 24px;margin-bottom: 20px;}
h2 {font-size: 21px;margin-bottom: 20px;}
h3 {font-size: 18px;margin-bottom: 12px;}
h4 {font-size: 16px;margin-bottom: 11px;}
h5 {font-size: 14px;margin-bottom: 10px;}
h6 {font-size: 13px;margin-bottom: 10px;}

div.hr {border-top: 1px solid #e9eced;height: 1px;width: 100%;margin: 10px 0px;clear: both; line-height: 1px;}

/*
   Links
------------------------------------------------------------------- */
a:link {
color:#ee7f00;
text-decoration:none;
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none;
}
a:visited {
color:#ee7f00;
text-decoration:none;
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none;
}
a:link:hover {
color:#ee7f00;
text-decoration:underline;
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none;
}
a:visited:hover {
color:#ee7f00;
text-decoration:underline;
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none;
}

/*
   Forms
------------------------------------------------------------------- */
fieldset {
	border: 1px solid #e5e5e6;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea{
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;
	color:#4C4C4C;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

/*
   Listen
------------------------------------------------------------------- */
ol {
	list-style-type: decimal;
}

ul {
	list-style-type: square;
}

dd {
	margin: 0px 0px 0px 10px;
}

/*
   Generic Classes
------------------------------------------------------------------- */
.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clearfix {
	clear: both;
}
.textalignright{
  text-align: right;
}
.textalignleft{
  text-align: left;
}
