/* CSS Document */

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: ED3135;
	line-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1.header{
	line-height: 0px;
	margin-top: 28px;
	margin-bottom: 18px;
	color: ED3135;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: ED3135;
	line-height: 20px;
}

h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 505050;
	line-height: 0px;
	margin-top: 28px;
	margin-bottom: 18px;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #505050;
	text-align: justify;
}

p.form {
	text-align:right;
}

ul {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: 505050;
	list-style-position: outside;
}

li {
	margin-left: 0px;
	line-height: 20px;
}

a:link {
	color: 505050;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

a:visited {
	color: 505050;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
 
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: ED3135;
	text-decoration: underline;
} 

.orange a:link {
	color: FF9C00;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.orange a:visited {
	color: FF9C00;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 
.orange a:hover {
	color: ED3135;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
} 

.red a:link {
	color: ED3135;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.red a:visited {
	color: ED3135;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
 
.red a:hover {
	text-decoration: underline;
} 


.teal a:link {
	color: 425DCE;
	text-decoration: underline;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.teal a:visited {
	color: 425DCE;
	text-decoration: underline;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
 
.teal a:hover {
	color: ED3135;
} 

.nav-borders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 999999;
	border-bottom-color: 999999;
}

.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 999999;

}

.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 999999;
}

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 999999;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 999999;
}

.thick-hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: D3D3D3;
}

.dotted-hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: ABABAB;
}
