/*content style (text=pageContent)*/

.text-header
{
	font-size: 18px;
	font-family: Arial;
	color: white;	
}

.Paragraph-header
{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: blue;	
}

.Paragraph-header2
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: red;	
}

.text
{
    font-size: 11px;
    line-height: 1.5;
    font-family: Tahoma;
    color: #626262;
}

.text-table-header
{
    font-size: 12px;
    line-height: 1.5;
    font-family: Tahoma;
    color: #3373bc;
}

.text-table-body
{
    font-size: 11px;
    line-height: 1.5;
    font-family: Tahoma;
    color: #3373bc;
}

.tableformat
{
	font-size: 11px;
	line-height: 1.5;
	border-color: #949494;
	font-family: Tahoma;
	background-color: white;
    color: #626262
}

.tableheader
{
    height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	background-color: #c6c6c6
}

.pageContent 
{
	font-size: 11px;
	font-family: Tahoma;
	color: #939598;	
}

.pageContent a 
{
	font-size: 11px;
	font-family: Tahoma;
	color: #939598;	
}


/* top elements */

.company
{
	font-size: 24px;	
	font-family: Tahoma;
	color: white;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 10px;	
	font-family: Tahoma;
	color: white;
	font-weight: bold;
}


/*main menu*/

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

.textlink
{
    font-size: 11px;
    font-family: Tahoma;
    color: #2b5fff;
    font-weight: bold;
    text-decoration: none;
    word-spacing: -1px;
}

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


/*submenu*/

.submenu
{
	font-size: 11px;	
	font-family: Tahoma;
	color: #6BA0B2;
	font-weight: bold;	
	text-decoration: none;
}

.asubmenu
{
	font-size: 11px;	
	font-family: Tahoma;
	color: #6BA0B2;
	font-weight: bold;	
	text-decoration: underline;	
}


/*bottom menu*/

.bmenu
{
	font-size: 10px;	
	font-family: Tahoma;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

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


/*copyright*/

.footer
{
	font-size: 9px;	
	font-family: Tahoma;
	color: #E7E7E7;
}

.menu-bg
{
	background: #F7BC38 url('../images/menu_bg.gif') repeat-x;
}

.txtheader_bg
{
	background-color: #ED7924;
}

a {
	color: #2271A0;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
.textlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
}	