/* ================================================================================ */
/* Global
/* ---------------------------------------- */
body
{
	/*
	font-family: "Times New Roman", Times, serif;
	font-size:0.8em;
	*/
	
	color:#000000;
	margin:0;
}

a:link
{
	/*
	background-color:;
	*/
	color:#000000;
	text-decoration:underline;
}
a:visited
{
	color:#666666;
}
a:hover
{
	color:#dd0000;
}

.a_light:link
{
	/*
	background-color:;
	*/
	color:#999999;
	text-decoration:underline;
}
.a_light:visited
{
	/*
	*/
	color:#CCCCCC;
}
.a_light:hover
{
	/*
	*/
	color:#dd0000;
}

.a_white:link
{
	/*
	background-color:;
	*/
	color:#FFFFFF;
	text-decoration:underline;
}
.a_white:visited
{
	/*
	*/
	color:#CCCCCC;
}
.a_white:hover
{
	/*
	*/
	color:#dd0000;
}

.a_black
{
	/*
	*/
	color:black;
	text-decoration:underline;
}
/* ================================================================================ */


/* ================================================================================ */
/* Disabled 1
/* ---------------------------------------- */
/*
a #disabled
{
	border:solid;
	border-width:1px;
	border-color:#ffffff;
	background:none;
}
a:hover #disabled
{
	border:solid;
	border-width:1px;
	border-color:#505050;
	background:none;
}
*/
/* ================================================================================ */


/* ================================================================================ */
/* Disabled 2
/* Disables the visited grayness
/* ---------------------------------------- */
a.disabled_2:visited 
{
	color: #000000;
	text-decoration: underline;
}
a.disabled_2:hover 
{
	color: #dd0000;
	text-decoration: underline;
}

p
{
	text-indent:0px;
	margin:4;
	margin-left:15px;
}
li
{
	list-style-position: outside;
}
/* ================================================================================ */


/* ================================================================================ */
/* Headlines */
/* ---------------------------------------- */
h1
{
	/*
	font-weight:normal; 
	
	*/
	font-size:180%; font-weight:lighter;
	margin-bottom:15px; margin-top:0px;	
}
h2
{
	/*

	*/
	margin-top:25px; margin-bottom:10px;
	font-size:120%; font-weight:bold;
	border-top:1px solid #cccccc;
	background-color:#eeeeee;
}
h3
{
	/*
	margin-bottom: 15px;
	font-weight:lighter;
	padding-left: 5px;
	*/
	font-size: 180%; font-weight: normal;
	margin: 5px; margin-left: 0px; margin-right: 0px;	
	border-top:1px solid #cccccc;
	background-color:#eeeeee;
}
/* ================================================================================ */


/* ================================================================================ */
/* Other */
/* ---------------------------------------- */
hr
{
	color:#cccccc;
	border:0;
	height:1px;
	background-color:#cccccc;
}
ul
{
	/*
	border:1px solid red;
	
	padding-left:10px;
	margin-bottom:14; margin-top:12; margin-left:30px;
	margin-left:0px;
	*/
	
	padding-left:25px;
}
li
{
	/*
	border:1px solid blue;
	margin-left:0px;
	margin-bottom:2px;
	*/
	
	
}
/* ================================================================================ */