/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: #336699;
	font-family: Palatino linotype, Verdana, Times New Roman, Helvetica, georgia, sans-serif;
	letter-spacing: normal;
	background-color: #003333;
}

table.maintextpart
{
	
	font-size: 14px;
	color: #336699;
	font-family: Palatino linotype, Verdana, Times New Roman, Helvetica, georgia, sans-serif;
	font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

strong  {
    font-family: Palatino linotype, Verdana, Times New Roman, Helvetica, georgia, sans-serif;
    color: #336699;
    font-size:16px;
    FONT-WEIGHT: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

A:link
{
	font-weight: bold;
	font-size: 16px;
	color: #ffff33;
	font-family: 'Segoe UI' , Verdana;
	text-decoration: none;
}
	
A.BB:link
{
	font-weight: bold;
	font-size: 12px;
	color: #ffff33;
	font-family: 'Segoe UI' , Verdana;
	text-decoration: none;
}
		
A:visited
{
	font-weight: bold;
	font-size: 16px;
	color: #ffff33;
	font-family: 'Segoe UI' , Verdana;
	text-decoration: none;
}

A.BB:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #ffff33;
	font-family: 'Segoe UI' , Verdana;
	text-decoration: none;
}

A:hover
{
	font-size: 16px;
	color: #fafad2;
	font-style: italic;
	font-family: 'Segoe UI' , Verdana;
	text-decoration: none;
}	
	
A.BB:hover
{
	font-size: 12px;
	color: #fafad2;
	font-style: italic;
	font-family: 'Segoe UI' , Verdana;
	text-decoration: none;
}

A:active
{
	font-size: 16px;
	font-family: 'Segoe UI' , Verdana;
	font-weight: bold;
	color: #ffff33;
	text-decoration: none;
}
	
A.BB:active
{
	font-size: 12px;
	font-family: 'Segoe UI' , Verdana;
	font-weight: bold;
	color: #ffff33;
	text-decoration: none;
}	
	
		

