body
{
	background-color : #EDF4FF;
	margin-left : 0px;
	margin-top : 0px;
}

p,li,input,select,option,textarea
{
	font-family : sans-serif;
	color : #234792;
	font-size : small;
}
.p_color
{
	color : #234792;
}
.grey_color
{
	color : #5D5D5D;
}

H1,H2
{
	font-family : sans-serif;
	margin-left : 5;
	color : #5D5D5D;
}

H1
{
	font-size : 110%;
}
H2
{
	font-size : 100%;
}


A, A:visited
{
	font-size : small;
	color: #468EF2;
}

A:hover
{
	font-size : small;
	color: #94D53C;
}


.footer
{
	font-size: x-small;
	color: #505050;
}

.HEADER
{
	font-size : x-large;
	font-style : italic;
	font-weight : bold;
	color: #2C5BBA;
}

ul,ol,li
{
	margin-bottom: 2px;
	margin-top: 2px;
}
.MARK
{
	color : Red;
	font-weight : bold;
}
.address
{
	font-family : serif;
	font-weight : bold;
}



A.topic, A.topic:hover, A.topic:visited
{
	color: #5D5D5D;
	text-decoration: none;
	font-weight : bold;
	font-size : small;
}

P.topic
{
	color: #5D5D5D;
	
	font-weight : bold;
	font-size : small;
}



A.drop_menu:hover
{
	color: #2C5BBA;
	text-decoration: none;
}

A.drop_menu:visited
{
	color: #343434;
	text-decoration: none;
}

.drop_menu
{
	color: #343434;
	text-decoration: none;
}
.drop_menu_on
{
	color: #2C5BBA;
	text-decoration: none;
}




A.second_menu,A.second_menu:hover,A.second_menu:visited
{
	font-family : sans-serif;
	color: #2C5BBA;
	text-decoration: none;
}



.main_menu
{
	font-family : sans-serif;
	font-weight : bold;
	color: #2C5BBA;
	text-decoration: none;
	background-color: White;
}
A.main_menu:hover,A.main_menu:visited
{
	color: #2C5BBA;
	text-decoration: none;
}


.title
{
	font-weight : bold;
}


a.path, a.path:hover, a.path:visited
{
	font-family : sans-serif;
	color: #5D5D5D;
}


.path
{
	font-family : sans-serif;
	color: #5D5D5D;
}

.hidden
{
	border:0;
	background-color: transparent;
}
.hidden_area
{
	display : none;

}
.visible_area
{
	display : block;
}

