body {
	font: 12px/19px Verdana, Geneva, Tahoma, sans-serif;
	color: #454545;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #454545;
	line-height: 1.6em;
}

h1 {
	font-size: 22px;
	color: #555;
}

h2 {
	font-size: 18px;
	color: #555;
	margin-bottom: 18px;
	line-height: 1em;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 15px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

h3, h4, h5, h6 {
	margin-bottom: 0;
	line-height: 1.66em;
}

p, address {
	margin-bottom: 1.6em;
}

a {
	color: #e2111a;
	text-decoration: none;
}

a:visited {
	color: #e2111a;
}

a:hover {
	color: #e2111a;
}

i {
	font-weight: normal;
	font-style: italic;
}

em {
	font-weight: bold;
	color: #600;
	font-style: normal;
}

b {
	font-weight: bold;
}

hr {
	width: 100%;
	margin: 1em 0;
}

.highlight {
	background-color: #600;
	color: #fff;
	font-weight: normal;
	padding: 1px;
}

.enhanced {
	font-size: 15px;
	line-height: 1.5em;
}

.smallprint {
	font-size: 10px;
}

.JustifyCenter {
	text-align: left;
}
.JustifyCenter {
	text-align: center;
}
.JustifyRight {
	text-align: right;
}
.JustifyFull {
	text-align: justify;
}
.Indent1 {
	text-indent: 1em;
}
.Indent2 {
	text-indent: 2em;
}
.Indent3 {
	text-indent: 3em;
}

/* inline quote */
q {
	font-style: italic;
}

ul { list-style-type: disc;}
ul ul { list-style-type: circle;}
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal;}
ol ol { list-style-type: upper-alpha;}
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

	/*#body .col-2 ul li {
		list-style-type: none;
		background: transparent url("../images/arrow-li.gif.html") no-repeat 0 50%;
		padding-left: 10px;
	}

	#body .col-2 ul li li {
		list-style-type: circle;
		background: none;
		padding-left: 0;
	}*/


/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight: normal; margin-bottom: 0; padding: 0; line-height: 1.6em; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text],
input.text, input.title,
textarea, select {
	margin:0;
}

input.text,
input.title   { width: 354px; padding:3px; }
input.title   { font-size:1.5em; }
textarea      { width: 490px; height: 90px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:0;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
