*
{
	font-family:  Verdana, "Times New Roman", Arial;
	font-size: 10px;
	color: #736653;
}
body
{
	background-color: #B6AA69;
	text-align: center;
	margin: 0px;
	overflow:-moz-scrollbars-vertical;
}
#divGeneral
{
	background-image: url(../images/layout/bodybackground.gif);
	background-repeat: repeat;
	margin: 0px auto;
	width: 778px;
	text-align: left;
}
#divGradient
{
	background-image: url(../images/layout/gradientbackground.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	width: 778px;
	text-align: left;
	padding-bottom: 14px;
}
table.header
{
	padding-top: 8px;
	padding-bottom: 2px;
}
td.verticalseparator
{
	background-image: url(../images/layout/verticalline.gif);
	background-repeat: repeat-y;
}
td.horizontalseparator
{
	background-image: url(../images/layout/horizontalline.gif);
	background-repeat: repeat-x;
}
a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #3D69AE;
}
a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: black;
}
input.textbox
{
	border-color: #736653;
	border-style: solid;
	border-width: 1px;
	background: #FFFCEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}
textarea
{
	border-color: #736653;
	border-style: solid;
	border-width: 1px;
	background: #FFFCEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}
select
{
	border-color: #736653;
	border-style: solid;
	border-width: 1px;
	/*background: #AFCEFF;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D69AE;
}
input.Button
{
	color: Black;
	border: 1px solid black;
	font-size: 10px;
	background-color: #FFFBE6;
	cursor: pointer;
}
span.highlighted
{
	font-weight: bold;
	color: #285F89;
}
p.bullet
{
	text-indent: -12px;
	padding-left: 12px;
	margin-bottom: 0px;
}
p.singlelinebullet
{
	text-indent: -12px;
	padding-left: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}


td.blogtitle
{
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
td.blogtitle a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
td.blogtitle a:hover
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

td.blogdate
{
	height: 20px;
}

td.blogtags
{
	font-style: italic;
	font-weight: bold;
	height: 20px;
}

td.blogtext
{
	padding-top: 20px;
	padding-bottom: 10px;
}

td.blogcommentcount
{
	height: 20px;
	font-style: italic;
	border-bottom: dotted 1px #000000;
	text-align: right;
}

td.blogcommenttitle
{
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

td.blogcommentauthor
{
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
td.blogcommentdate
{
	height: 20px;
}

td.blogcommenttext
{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #000000;
}
