/* CSS Document */



/* //////////////////////////////////////////////////////////     Body Tags */
body,td,th {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* //////////////////////////////////////////////////////////     Paragraph Tags */

p {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.section_title {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #005027;
}

.section_subtitle {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #0C479D;
}

.breadcrumbs {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #B3B3B3;
}

a.breadcrumbs:link {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #B3B3B3;
	text-decoration: none;
}

.division_title {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #B3B3B3;
}

.templateLink {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #B3B3B3;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////     Link Tags */

a {
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #005027;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	text-decoration: underline;
	color: #666666;
}

.templateLink a {
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: none;
}

.templateLink a:hover {
	text-decoration: underline;
	color: #666666;
}

.navbar {
	background-color: #005027;
}


/* //////////////////////////////////////////////////////////     H Tags */

h1,h2,h3,h4,h5,h6 {
	font-family: arial, sans-serif;}
h1 {
	font-size: 12px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #B3B3B3;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #0C479D;
}
h4 {
	font-size: 14px;
	color: #005027;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #000000;
}
h6 {
	font-size: 9px;
	color: #000000;
	margin-top: 12px;
}
