

HTML{
	height:					100%;
	overflow-y:				scroll;
}

BODY{
	font-family:			Arial,Verdana,Sans-serif,Monospace;
	font-size:				11px;
	margin:					0;
	padding:				0 0 20px 0;
	background-color:		#828282;
	line-height:			16px;
}


/*******************************************************************************/
/***** START - The following is used to remove the dotted lines from links *****/
/*******************************************************************************/

a:active{
	outline:			none;
}

:-moz-any-link:focus{
	outline:			none;
}

/******************************************************************************/
/***** STOP *******************************************************************/
/******************************************************************************/

A{
	color: 					#000000;
	text-decoration:		underline;
}

A:HOVER{
	color: 					#ffdb01;
}

span.byline A{
	text-decoration:		none;
	background-image:		url(/fileadmin/templates/images/level_1_NO.gif);
	background-repeat:		no-repeat;
	background-position:	0 2px;
	padding:				0 0 0 10px;
}

span.byline a:HOVER{
	color: 					#f7941d;
	text-decoration:		none;
}

p.byline A{
	text-decoration:		none;
}

p.byline A:hover{
	text-decoration:		none;
	color:					#000000;
}


P{
	margin: 				0 0 10px 0;	
}


H1{
	font-size: 				13px;
	color: 					#000000;
	margin: 				0 0 5px 0;
	font-weight: 			700;
}

H2{
	font-size: 				11px;
	color: 					#000000;
	margin: 				0 0 5px 0;
	font-weight: 			700;
}

H3{
	font-size: 				13px;
	color: 					#000000;
	margin: 				0 0 5px 0;
	font-weight: 			100;
}

H4{
	font-size: 				12px;
	color: 					#000000;
	margin: 				0 0 5px 0;
	font-weight: 			700;
}

H5{
	font-size: 				18px;
	color: 					#000000;
	margin: 				0 0 5px 0;
	font-weight: 			700;
}

H1 A{
	color: 					#ffdb01;
}

H2 A{
	color: 					#ffdb01;
}

H3 A{
	color: 					#ffdb01;
}

H4 A{
	color:					#ffdb01;
}

H5 A{
	color:					#ffdb01;
}

H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover{
	text-decoration: 		none;
}

DIV.csc-frame{
	border: 				0 0 0 0;
}

DIV.csc-frame-invisible{

}

DIV.csc-frame-rulerBefore{
	border-top: 			1px solid #ffdb01;
	padding:				10px 0 10px 0;
}

DIV.csc-frame-rulerAfter{
	border-bottom: 			1px solid #ffdb01;
	padding:				0 0 10px 0;
	margin:10px 0 10px 0;
}

DIV.csc-frame-indent{
	margin-left: 			100px;
}

DIV.csc-frame-indent3366{
	margin-left: 			33%;
}

DIV.csc-frame-indent6633{
	margin-right: 			33%;
}

DIV.csc-frame-frame1{
	background-color: 		#FFFFFF;
	padding: 				2px 4px 2px 4px;
	border: 				1px solid #DBDBDB;
	margin:					0 0 10px 0
}

DIV.csc-frame-frame2{
	background-color: 		#ffdb01;
	padding: 				2px 4px 2px 4px;
	border: 				1px solid #000000;
	margin:					0 0 10px 0
}

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5{
	margin-top: 			2px;
}

DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5{
	margin-top: 			2px;
}

P.csc-header-date{
	color: 					#c0c0c0;
	font-weight:			100;
}

P.csc-linkToTop{
	text-align: 			right;
}

P.csc-linkToTop A{
	font-weight:			100;
}

P.csc-caption{
	color: 					#3FC000;
	font-weight:			700;
	margin:					3px 0 0 0;
	background-color: 		#EBB1C0;	
}

UL.csc-bulletlist{
	padding:				0 0 0 20px;
}

UL.csc-bulletlist-0 li{
	color:					#000000;
}

UL.csc-bulletlist-1 li{
	color:					#ffdb01;
}

UL.csc-bulletlist-2 li{
	color:					#7d7d7d;
}

UL.csc-bulletlist-3 li{
	color:					#000000;
	font-weight:			700;
}

OL{
	margin:					0 0 0 0;
	padding:				0 0 0 0;
	list-style-position: 	inside;
}

.csc-mailform input{
	border:					1px solid #FF0000;
	width:					200px;
}

.csc-mailform textarea{
	border:					1px solid #FF0000;
	width:					200px;
}

table.contenttable p{
	padding:				0;
	margin:					0;
}

.newsform input[type=text] {
  border: 1px solid black;
  width: 143px;
}

.newsform .submitbutton {
  background-color: #dc931a !important;
  width: 100px;
  margin-right: 4px;
  margin-top: 10px;
  border: 1px solid black;
}

.phone_number_container{
	width: 255px;
	height: 85px;
	position: absolute;
	margin-left: 360px;
	cursor: pointer;
}