/*content style (text=pageContent)*/

.text-header
{
	font-size: 14px;
	color: #3c3c3c;
	font-family: Tahoma;
	font-weight: bold;
}

.text
{
	font-size: 12px;
	color: #3c3c3c;
	font-family: Tahoma;
}

.text-new
{
	font-size: 14px;
	color: #3c3c3c;
	font-family: Tahoma;
}

/*main menu*/

.menu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
}

.amenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: underline;
	word-spacing: -1px;
	font-weight: bold;
}



/*copyright*/
.footer
{
	font-size: 10px;
	color: #C5D4E6;
	font-family: Tahoma;
}

.footer-bg
{
	background-color: #3D6EAA;
}

.sidelinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.learn {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D327F;
	text-decoration: none;
}

.leftside {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003371;
	text-decoration: none;
}
.learnRed {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 12px;
	color: #FF0033;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}