html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body 
	{
	  background-color:           #FFFFFF;
		margin-bottom:10px;
		margin-left: 10px;
		margin-right: 15px;
		margin-top: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;

	}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	color:#990033;
	
}

a.normalBody
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: underline;
	color: #0000CC;
}

.headline
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #330066;
}

.headlineItalic
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	color: #330066;
}

.underHeadline
{
  font-size: 12px;
  font-weight: bold;
  color: #330066;
}

.border
	{
		border-width: 1px;	
		border-style: solid ;	
		border-color: #000000;
		background-color: white;
	}
	
.topBorder
	{
		border-top-width: 1px;	
		border-top-style: solid ;	
		border-top-color: black;
	}

.topAndRightBorder
	{
		border-top-width: 1px;	
		border-top-style: solid ;	
		border-top-color: black;
		border-right-width: 1px;	
		border-right-style: dashed;	
		border-right-color: #CCCCCC;
	}

.bottomBorder
	{
		border-bottom-width: 1px;	
		border-bottom-style: solid ;	
		border-bottom-color: #CCCCCC;
	}

.rightCellBorder
	{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	}
	
.rightCellBorderSolid
	{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	}
	
.text10Bold
	{
		font-size: 10px;
		font-weight: bold;
		color: black;
	}
	
.text10Italic
	{
	font-size: 10px;
	font-weight: normal;
	color: black;
	font-style: italic;
	}	

.textBold
	{
		font-size: inherit;
		font-weight: bold;
		color: #666666;
	}
	
.textBoldRed
	{
		font-size: inherit;
		font-weight: normal;
		color: red;
	}
	
.textItalic
	{
	font-size: inherit;
	color: inherit;
	font-style: italic;
	}
	
.textUnderline
{
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}	

.text14Bold
	{
		font-size: 14px;
		font-weight: bold;
		color: black;
	}
	
.text14Italic
	{
	font-size: 14px;
	font-weight: normal;
	color: black;
	font-style: italic;
	}
	
a.client
	{	
		color:#003366;
		text-align: left;
		text-decoration:none;
		display: block;
		width:100%;
	}
	
	a.client:hover 
	{
		display: block;
		color: #000000;
		text-align: left;
		background:#CCCCCC;
	}
	
a.clientView
{
		color: inherit;
		text-align: left;
		text-decoration:none;
		display: block;
		width:100%;
}

a.clientView:hover
{
		display: block;
		color: #000000;
		text-align: left;
		background:#CCCCCC;
}


table.ad
{
	width: 100%;
}

table.ads
{
	width: 100%;
	border:1px solid #E3E6FD;
}

.adsClient
{
	background-color:#E3E6FD;
	font-size:13px;
	font-family: inherit;
	color:#003366;
	
}

.adsHeadline
{
	font-size:13px;
	font-weight:bold;
	color: #330066;
	
}

.adsUnderHeadline
{
	font-size:13px
	color: #330066;
}

table.newsBox
{
	width: 100%;
	background-color: #ffffff;
	border-width: thin;	
	border-style: solid ;	
	border-color: #E3E6FD;	
	margin-left:2px;
	padding: 2px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	
	color: #000000;
}

td.newsBoxTdHead
{
	background-color: #E3E6FD;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	color: #000000;
}

.log
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 300px;
	height: 400px;
}
