﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Arial, Tahoma,  helvetica;
  COLOR:#000000;
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

h1 {
	font-size:150%;
	border-bottom: 1px solid gray;
	padding-top:12px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Arial;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Arial, Tahoma,  helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Arial, Tahoma,  helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Arial, Tahoma,  helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Arial, Tahoma,  helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

.footer {
	font-family: Arial, Tahoma,  helvetica; 
    font-size: 10px;
    color: #272727;
}

.body {
	font-family: Arial, Tahoma,  helvetica; 
    font-size: 12px;
    color: #272727;
}

.title {
	font-family: Arial, Tahoma,  helvetica; 
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #272727;
}

.table1 {
	border:1px solid #008080; padding:3px; border-collapse: collapse;
}


.table1 th {
	border:1px solid #D8D8D8; 
	padding:3px; 
	background: #008080;
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#008080;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #800000; 
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

/* END CUSTOM CLASSES */

/* CUSTOM ID CLASSES SECTION */

#banner {
	font-family: Arial, Tahoma, helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 13pt;
	font-color: #A81217;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(/images/3boxes.jpg) no-repeat center left;
	}

/* END CUSTOM IDS */


/* CUSTOM HYPERLINK CLASSES SECTION */

a:link.Nav { 
	color: #A81217; 
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Tahoma,  helvetica; 
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
}

a:visited.Nav { 
	color: #A81217; 
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Tahoma,  helvetica; 
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
}

a:active.Nav {
	color: #A81217; 
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Tahoma,  helvetica; 
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
}


a:hover.Nav { 
	color: #000; 
	font-weight: bold;
	font-size: 10pt;	
	font-family: Arial, Tahoma,  helvetica; 
	padding-left: 11px;
	padding-bottom: 4px;
	background: url(/images/rollover.jpg) no-repeat center left;
	text-decoration: none;
}


/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #A81217; 
	font-family: Arial, Tahoma,  helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #A81217; 
	font-family: Arial, Tahoma,  helvetica; 
	text-decoration: underline;
}

a:active {
	color: #A81217; 
	font-family: Arial, Tahoma,  helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #000; 
	font-family: Arial, Tahoma,  helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */