/*************/
/*   AMP...  */
/*   2011    */
/*************/



/**************/
/* Text-Fonts */
/**************/

body {
	font-family: "Times New Roman", Times, serif;
	color: #848484;
	
	text-shadow: 0 1px 0 #000;
	font-size: 15px;
	line-height: 2.3em; 
	padding: 0;
	margin: 0;
}
p {
	overflow: hidden;
	padding: 0;
	text-align: left;
}
a {
	color: #666;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
/*
a:link {
	color: #666;
}
a:visited {
	color: #333;
}
*/
a:hover { 
	color: #a60000;
}
a:active {
	color: #cc0000;
}


li.red {
	color: #a60000;
}
li.bolder {
	font-weight: bold;
}


.Nav a, #Nav2 a {
	color: #727272;
	text-decoration: none;
	margin: 0;
	padding: 5px;
	border: none;
	text-shadow: 0 1px 0 #000;
}

.Nav a:hover, #Nav2 a:hover {
	color: #999;
	text-decoration: none;
	border: none;
}
/*
.text{
    color: #666;
    display: block;
 
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    padding: 0 9px;
    text-shadow: 0 1px 0 #000;
}
*/


/* FOOTER */
#BottomShadow p {
	color: #272727;
	float: right;
	margin: 46px 27px 0 0;
}
.Footer p {
	text-align: center;
}



/*  H. */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 6px 0 16px 0;
}

h1{
font-size:27px
}
	
h2{
font-size:24px
}
h3{
font-size:19px
}
h4{
font-size:17px
}
h5{
font-size:15px
}
h6{
font-size:14px
}



