﻿
body 
{
    font-family:    Arial, Sans-Serif;
    font-size: .8em;
color: #444444;
   
       
}

h1, h2, h3
{
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #003399;
}

h1
{
	font-size:1.75em;
}
/*
input
{

	vertical-align: middle;
	text-align: left;
}
*/
h2
{
    font-size:1.4em;
}

h3
{
    font-size: 1em;
 
 
}
p
{
  
    margin:  .5em 1em .5em 1em;

	text-align: left;

}
ul
{
	margin-top:6px;
}
li
{
	margin-bottom:6px;
}


.boldText
{
 font-weight:bold;
}
p.indented
{
    text-indent: 3em;
}

.errorMessage
{
    color:Red;
    font-weight:bold;
}


.defaultText
{
	padding: 10px 10px 10px 10px;
}



