@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.title
{
	font-family: Verdana;
	font-size:16px;
	font-weight: bold;
	color: #fdefa2;
	text-decoration:none;
}

.bodytxt
{
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
	color: #fdefa2;
	text-decoration:none;
	text-align: justify;
}

.bodytxtunderline
{
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
	color: #fdefa2;
	text-decoration: underline;
	text-align: justify;
}

.link
{
	font-family: Verdana;
	font-size:16px;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
	text-align: left;
}

.link a:hover
{
	color:#ff9801;
}

.linkselect
{
	font-family: Verdana;
	font-size:16px;
	font-weight: bold;
	color:#ff9801;
	text-decoration:none;
	text-align: left;
}

.titlered
{
	font-family: Verdana;
	font-size:26px;
	font-weight: normal;
	color:#da251c;
	text-decoration:none;
}


.moretxt
{
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
	color:#da251c;
	text-decoration:none;
}

.moretxt a:hover
{
	text-decoration: underline;
}

.imageborder
{
	border: 2px solid #ff9801;
}