body, td
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-style: normal;
	//color: #DEDEDE;
	color: #000000;
	vertical-align: top;
}

th
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-style: bold;
	//color: #DEDEDE;
	color: #000000;
	vertical-align: top;
	text-align: left;
}

h1
{
	font-family: verdana, helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #F9A400;
	vertical-align: top;
	text-align: center;	
}



h1.orange
{
	color: #F9A400;	
}

h1.red
{
	color: #F54239;	
}

h1.violet
{
	color: #77139C;
}

h1.blue
{
	color: #1231F1;
}

h1.green
{
	color: #5BEA1C;
}

h1.black
{
	color: #000000;
}

h2
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: black;
	vertical-align: top;
}

table
{
	vertical-align: top;
}

.contentcell
{
	background-color: #DEDEDE;
	border-style: solid;
	border-width: 1px;
	border-color: AAAAAA;	
	
}

.newscell
{
	color: black;
	background-color: #F9A400;
	border-style: solid;
	border-width: 1px;
	border-color: AAAAAA;	
}

p, ul, .content
{
	color: black;
	font-family: verdana, helvetica;
	font-size: 15px;
	font-style: normal;	
}
	
a.boldLink
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #F9A400;
}

a.boldLink:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #F9A400;
}

a.boldLink_red
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #F54239;
}

a.boldLink_red:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #F54239;
}

a.boldLink_violet
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #77139C;
}

a.boldLink_violet:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #77139C;
}

a.boldLink_blue
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #1231F1;
}

a.boldLink_blue:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #1231F1;
}

a.boldLink_green
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #5BEA1C;
}

a.boldLink_green:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #5BEA1C;
}

a, .txtLink
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #F9A400;
}

a:hover, .txtLink:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #F9A400;
}

.txtLink_red
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #F54239;
}

.txtLink_red:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #F54239;
}

.txtLink_violet
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #77139C;
}

.txtLink_violet:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #77139C;
}

.txtLink_blue
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #1231F1;
}

.txtLink_blue:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #1231F1;
}


.txtLink_green
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #5BEA1C;
}

.txtLink_green:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #5BEA1C;
}

.boldLink_black
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.boldLink_black:hover
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}


/*
a:active, .txtLink:active
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #F54239;
}

a:chosen, .txtLink:chosen
{
	font-family: verdana, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #F54239;
}
*/