body 
{
	font-family:      Verdana;
 	font-size:        12px;
	font-weight:      normal;

	color:            #ffffff;
	margin-top:       0px;
	margin-bottom:    0px;
	margin-left:      0px;
	margin-right:     0px;

	background-color: #525B6A;
}

body, td
{
 	font-size:        12px;
}

h1
{
 	font-size:20px;
}

h2
{
 	font-size:18px;
}

h3
{
 	font-size:16px;
}

A:link
{
   color:#FFCD8A;
   text-decoration: underline;
}

A:visited, A:active
{
   color:#FFCD8A;
   text-decoration: underline;
}

A:hover
{
   text-decoration: none;
}

p
{
   color: #ffffff;
	margin-top: 0px;
	/*margin-bottom:10px;*/
}


U
{
   color:#006699;
   text-decoration: none;
}

ul
{
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../tpl_images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* TOP MENU */
/* -------- */
.top_menu
 {
   color:         #ffffff;
	padding-top:   8px;
	font-size:     11px;
	font-weight:   bold;
}

.top_menu A:link
{
   color:            #ffffff;
   text-decoration:  none;
}

.top_menu A:visited, A:active
{
   color:            #ffffff;
   text-decoration:  none;
}

.top_menu A:hover
{
   color:            #FFCD8A;
   text-decoration: underline;
}

.topmenu_sep
{
   color:   #4A2802;
}

/* News feed */
.newsfeed_table
{
   color:            #ffffff;
	/* background-image: url(../tpl_images/newsfeed_bg.jpg) ;*/
	
   border-top: dotted 1px;
   border-left: dotted 1px;
}

/* LEFT MENU */
/* --------- */
a.mainmenu_box:link, a.mainmenu_box:visited
{
	display:          block;
	margin-top:       0px;
	margin-bottom:    0px;
	background:       url(../tpl_images/LeftNavButton-NormalOver.jpg) no-repeat;
	vertical-align:   middle;
	font-size:        12px;
	font-weight:      bold;
	color:            #454E5A; 

	/*
	text-align:       right;
	padding-top:      10px;
	padding-right:    27px;
	*/
	
	/*height: 0px !important;*/
	/*height: 35px;*/
	width: 100%;
	text-decoration:  none;
   height:           35px;

}

a.mainmenu_box:hover {
	background-position: 0px -35px;
	text-decoration: none;
	color: #FFCD8A;
}

.mainmenu_text
{
	text-align:       right;
	padding-top:      10px;
	padding-right:    27px;
}

