/* CSS Document */

h1, h2, h3, h4, h5, h6
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
color: #7AA0BB;
}

p
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
color: #412824; text-align: justify;	
}

.text
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
color: #412824;	text-align: justify;
}

.small
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
}

.largeText
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
color: #7AA0BB;
}

.text_nojustify
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
color: #412824;	
}


.credits
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
color: #FFFFFF;
}

.formfield
{
width: 99%;
border: solid 1px #412824;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
color: #412824;
}

ul, ol
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
color: #412824; text-align: justify;
}

.strong
{
color: #7AA0BB;
font-weight: bold;
}

.noindent
{
margin-left: 1em;
padding-left: 1em;
}

.blue
{
color: #7AA0BB;
}

.white
{
color: #FFFFFF;
}

a
{
outline: 0;
}

a:link
{
color: #412824;
text-decoration: none;
}

a:visited
{
color: #412824;
text-decoration: none;
}

a:hover
{
color: #7AA0BB;
text-decoration: none;
}

a.strong:link
{
color: #7AA0BB;
text-decoration: none;
font-weight: bold;
}

a.strong:visited
{
color: #7AA0BB;
text-decoration: none;
font-weight: bold;
}

a.strong:hover
{
color: #412824;
text-decoration: none;
font-weight: bold;
}


a.credits:link
{
color: #FFFFFF;
}

a.credits:visited
{
color: #FFFFFF;
}

a.credits:hover
{
color: #7AA0BB;
}

#blog_text_area ul.commentlist {
	list-style: none;
}

#blog_text_area ul.commentlist li {
	border-bottom: 1px solid #412824;
}