BODY 
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
}

/* links begin  */

A:link 
{
	text-decoration: underline; 
	COLOR:#A52A2A; /* Brown */
}

A:visited 
{
	text-decoration: underline; 
	COLOR:#A52A2A; /* Brown */
}

A:active 
{
	text-decoration: underline; 
	COLOR:#A52A2A; /* Brown */
}

A:hover 
{
	text-decoration: underline;  
	color: #FF0000 ; /* red */
}

/* links end */

/* Quick info begin  */

.quick_info_title_big
{
	color: #000000; 
	font-size: 18px;
}

.quick_info_title_small
{
	COLOR: #008000 /* Green */;
	font-size: 14px;
	font-weight: bold; 
}

.quick_info_title_text
{
	font-size: 12px;
	COLOR: #666666; /* dark grey */
	width: 5cm;
}


.quick_info_box
{
	border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	background-color: #FFFFE0;
}

.quick_info_box_title
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: 000000;
	font-weight: bold;
	width: 3.5cm;
}

.quick_info_box_body
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 000000;
	font-weight: normal;
}

/* Quick info end  */

/* Main text begin */
.main_text
{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

/* Main text end */

/* Footer begin */
.footer
{
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-size: 11px;
	border-top: 1pt solid #CFCFC7; 
	border-bottom: 1pt solid #CFCFC7; 
	padding-top: 1em;
	padding-bottom: 1em;
}
/* Footer end */

.navigation
{
	font-size: 11px;
}

.normal
{
	font-size: 12px;
}

/* logo begin */

.logo
{
	whitespace: nowrap;
}

.logopart1
{
	font-size: 20px;
	font-weight: bold; 
	COLOR:#008000 /* Green */;
}

.logopart2
{
	font-size: 20px;
	font-weight: bold; 
}

/* logo end */

.justify 
{
	text-align: justify;
	font-size: 12px;
}

.list 
{
	font-size: 12px;
}

.active 
{
	font-size: 12px;
	color: #B8860B;
}

.block 
{
	color: black;
	font-size: 12px; 
}

.distanceleft
{
	font-size: 12px; 
}

.keywords
{
	font-size: 12px; 
	color: #008000; 
}

.central_table_of_site
{
	width: 750;
}

H1 
{
	font-size: 14px; 
	COLOR:#008000; /* Green */
 /* Blue */

}

.H1 
{
	font-size: 14px; 
	font-weight: bold;
	COLOR:#000000; /* Green */
}

H2
{
	font-size: 14px; 
}

.list
{
	list-style: square;
}


