@charset "UTF-8";
/* CSS Document */
/* Developed by Rodan Media Group http://rodanmedia.net */

body

{
	color: #F1EFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	background-color: #000000;
}

/* Links */

a:link

{
	/* orange = color: #FFAF00;*/
	color: #F1EFFF;
	text-decoration: underline;
}

a:visited

{
	color: #F1EFFF;
	text-decoration: underline;
}

a:hover

{
	color: #DD0000;
	text-decoration: none;
}

/* body & table */

.bodyheader

{
	border-bottom: 1px solid #353535;
	background-image:url(../graphics/backgrounds/bh-bkd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 200px;
}

.insettable

{ 
	border-right: 1px solid #353535;
	border-left: 1px solid #353535;
	padding: 0px 0px 0px 0px;
}

.th

{
	border-bottom: 1px solid #505050;
	/*border-left: 1px solid #353535;*/
	background-image:url(../graphics/backgrounds/th-bkd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: center;
	height: 250px;
}

/*.th:hover

{
	border-bottom: 1px solid #505050;
	/*border-left: 1px solid #353535;
	background-image: url(../graphics/backgrounds/th-bkd-hover.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: center;
	height: 250px;
}
*/

.thpics

{
	border-bottom: 1px solid #505050;
}

.thwarning

{
	color: #FF0000;
	background-image: url(../graphics/backgrounds/warning-bkd.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid #505050;
	border-bottom: 1px solid #505050;
	height: 96px;
	text-align: center;
}

.thwarning a:link

{
	color: #F60000;
	text-decoration: underline;
}

.thwarning a:visited

{
	color: #F60000;
	text-decoration: underline;
}

.thwarning a:hover

{
	color: #FFAF00;
	text-decoration: none;
}


.thwarnpic

{
	padding: 0px 15px 0px 15px;
}

/* Headlines */

/*h1

{
	HSB Slider: 0 100 80 
	color: #CA0000;
}*/

h1

{
	/* HSB Slider: 0 100 85 */
	color: #D90000;
}

h2 

{ 
	/* HSB Slider: 45 100 100 */
	color: #FFAF00;
}

.largepoint

{
	font-size: 36px;
	color: #F1EFFF;
	
}

.largepoint a:link

{
	color: #F1EFFF;
	text-decoration: underline;
}

.largepoint a:visited

{
	color: #F1EFFF;
	text-decoration: underline;
}

.largepoint a:hover

{
	color: #DD0000;
	text-decoration: none;
}

h3

{
	/* HSB Slider: 10 100 85 */
	color: #D91300
}

h4

{
	/* HSB Slider: 10 100 85 */
	color: #D91300
}