﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  COLOR:#021A2D;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Verdana, Tahoma, Arial, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

h5 {
	font-size: 120%;
	color: #01243E;
	margin-bottom: -10px;
	text-align: center;
	border-bottom: 1px black solid;
}

.tinytext {
	font-size: 85%;
}

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: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

.headerWW {
	font-family: Pristina, Verdana, Tahoma, Arial, helvetica; 
    font-size: 36pt;
    color: #383B3D;
}

.headerEng {
	font-family: Bookman Old Style, Verdana, Tahoma, Arial, helvetica; 
    font-size: 20pt;
    color: #000;
}

.new {
	float: right;
	width: 275px;
	border: 1px solid black;
	margin: 3px;
	background-color: white;
}

.title {
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 16pt;
    font-weight: bold;
    color: #383B3D;
}

.phones {
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 10pt;
    font-weight: bold;
    color: #383B3D;
}

.footer {
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 11px;
    color: #383B3D;
}

.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 HYPERLINK CLASSES SECTION */

a:link.nav { 
	color: #FFF; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
}

a:visited.nav { 
	color: #FFF; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:active.nav {
	color: #FFF; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
}

a:hover.nav { 
	color: #37444E; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	font-size: 12px; 
	text-decoration: underline;
}

/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #7FB1D8; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #7FB1D8; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #7FB1D8; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #708EA4; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

.alert { color: #cc3300; font-weight: bold; }
/* END HYPERLINKS SECTION */