
.indent {text-indent:25px;}

.bold {font-weight:bold;}
.brown {color:#663300;}
.boldbrown {font-weight:bold; color:#663300;}

.white {color:#FFFFFF;}
.boldwhite {font-weight:bold; color:#FFFFFF;}

.blue {color:#336699;}
.boldblue {font-weight:bold; color:#336699;}

.tan {color:#DCD1BA;}
.boldtan {font-weight:bold; color:#DCD1BA;}

.center{text-align:center}
.center-bold{text-align:center; font-weight:bold;}

p {
text-indent:0px;
font-family: Georgia;
line-height: 1.8em;
font-size: 14px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-align:left;
}

h3 {
font-family: Georgia;
line-height: 1.8em;
font-size: 14px;
font-weight:bold;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
font-size:10px;
font-weight:normal;
}

a:link 
{
color:#000;
text-decoration:none;
outline: none;
/* font-weight:bold; */
/*font-family: Georgia,"Times New Roman",Times,Serif; font-size:14px; */
}

a:visited 
{ 
color:#000;
text-decoration:none;
outline: none;
/* font-weight:bold; */
/*font-family: Georgia,"Times New Roman",Times,Serif; font-size:14px; */
}

a:hover 
{ 
color:#336699;
text-decoration:none;
outline: none;
/* font-weight:bold; */
/*font-family: Georgia,"Times New Roman",Times,Serif; font-size:14px;*/
}

ol {
list-style-type: disc;
margin-left: 260px;
}

