﻿body {
    font-family: Verdana, Arial, MS Sans Serif;
    font-size: 10pt;
    color: #454545;
    background-color: #232323;
    margin: 0px;
    background-image: url(images/template/background_page.png);
    background-repeat:repeat-y;
}

a, a:visited { color: #299cb1; text-decoration: none; }
a:hover {color: Teal; text-decoration: underline; }

h1, h2 {
	margin: 0px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 32px;
	margin-top: 0x;
	color: #299cb1;
}

h2 {
    margin-top: 20px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #23626d;
}

h2.style1 {
	font-size: 18px;
	color: #5470a3;
}

h3 { font-size: 12px; color: #343434; font-weight: bold; margin-bottom: 0px; }

h4 {}

h5 { color: Maroon; font-size: 12pt; font-family: Myriad Pro, Arial, Verdana; font-weight: bold; margin: 0px}

p { margin: 0px;}



.RightJustify       { float: right; }

.TableHeader        { background-image: url(images/ContentTables/TableHeadBack.jpg); background-repeat: repeat;
                      height: 30px; 
                      color: White;
                      padding-left: 5px; 
                      font-family: Arial, Verdana, Times New Roman; font-size: 11pt; font-weight: bold; }
                      
.TableAltRow        { background-color: #e1e1e1; }

.TableColumnHeader  { font-weight: bold; }

.TableFormat1       { border: solid 1px #cdcdcd; }