﻿body, div, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, tr, ul {
	color: black;
	font-family: verdana, arial, sans-serif;
    font-size: x-small;
    padding-left: 0;
    padding-right: 2px;
    margin-top: 0;
    margin-left: 0;
    vertical-align: top;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-left: 25px;
} 

h1, h2, h3, h4 {
    font-family: 'Trebuchet MS', verdana, sans-serif;
    font-size: small;
    color: #0033cc;
    margin-bottom: 10px;
}

h1 {
    font-size: 14pt;
    text-align: center;
    margin-top: 35px;
    margin-bottom:0;
    margin-right: 200px;
    padding-top: 8px;
    padding-bottom: 0;
    border-style: solid;
}
h2 {
	margin-top: 0;
}

h6 {
	font-size: xx-small;
	font-weight: lighter;
}
p 	{
    margin-bottom: 13px;
}

/* display block to stop extra button.  white-space normal not pre.*/
ul {
    display: block;
    white-space: normal;
    list-style-type: none;
    margin-bottom: 17px;
    margin-left: 65px;
    list-style-position: outside;
    list-style-image : url('../images/butblueg14.gif');
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
 	margin-bottom: 17px;
    margin-left: 72px;
}
li {
 	margin-bottom: 3px;
}
.long {
 	margin-bottom: 10px;
}
.short {
 	margin-bottom: 6px;
}

.footer {
    margin-left: 35px;
    margin-top: 2px;
}


hr {
    color:#0033cc;
    margin-top: 4px;
    margin-bottom: 5px;
}

div.blue {
	padding: 10px 10px 2px 2px;
	background-color: #CCFFFF;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 520px;
}
.tiny {
	font-size: 8px;
    margin-top: 4px;
}

img{
	border: 0;
}

.imgRight {
	float: right;
	border: 2px solid black;
	margin-left: 12px;
	margin-top: 14px;
	margin-bottom: 12px;
}

.imgLeft {
	border: 2px solid black;
	margin-right: 12px;
}

.imgClear {
	float: right;
	border: 0;
	margin-left: 12px;
	margin-top: 14px;
	margin-bottom: 12px;
}

img.search {
	float: left;
	border: 0;
	margin: 0 0;
}

.topbottom {
	margin-top: 14px;
	margin-bottom: 12px;
	margin-left: 3px;
}
.tableBorder {
	
		border: 1px solid #0000FF;
}

input {
    font-size: x-small;
}

/* a class sequence: LVHA */
a {
    font-weight: bold;
}
a:link {
    font-weight : bold;
    color : #3300ff;
    text-decoration : underline;
}
a:visited {
    font-weight: bold;
    color: purple;
    text-decoration: underline;
}
a:hover {
    font-weight : bold;
    color : red;
}
a:active {
    font-weight : bold;
    color : blue;
}

/* For mozilla. IE not read html>head:first */

html>head:first-child+body h2
    {
    font-size: medium;
    }
html>head:first-child+body h3
    {
    font-size: medium;
    }
html>head:first-child+body h4
    {
    font-size: small;
    }
html>head:first-child+body p
    {
    font-size: small;
    }
html>head:first-child+body ul
    {
    font-size: small;
    margin-bottom: 8px;
    }
html>head:first-child+body li
    {
    font-size: small;
    }
html>head:first-child+body ol
    {
    font-size: small;
    }
html>head:first-child+body embed
	{
	margin-left: 20px;
	}
html>head:first-child+body input
    {
    font-size: small;
}
	

/* Float right.  Note .class better than #ID */

.navigationRightClear { 
	float: right; 
	padding-left: 10px; 
	padding-bottom: 10px; 
    margin-left: 4px;
	border-left:1px solid #0000ff; 
	width: 174px;
} 

.navigationRightSearch { 
	float: right; 
	padding-left: 10px; 
	padding-bottom: 0; 
    margin-left: 4px;
} 

#navigationRightMobi { 
	float: right; 
	border-left:1px solid #0000ff; 
    margin-left : 0;
    margin-right : 4px;
	width: 400px; 
}

