body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.TopTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #268913;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 4px;
	height: 25px;
	line-height: 20px;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669966;
	height: 20px;
	padding-left: 4px;
}
.content, .cel
{
    border-color: #666666;
    border-style: solid;
}
.content
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.cel
{
	margin: 0;
	border-width: 1px 1px 0 0;
	background-color: #FFFFFF;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.borderRound {
	border: 1px solid #666666;
}
.MainTable {
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.hide        { 
	visibility: hidden; 
	display: none }
.show        { 
	visibility: visible; 
	display: block 
}
.Text60
{
    FONT-SIZE: 11px;
    WIDTH: 60px;
    COLOR: #333333;
    FONT-FAMILY: arial, verdana, helvetica, sans-serif
}
.Text70
{
    FONT-SIZE: 11px;
    WIDTH: 70px;
    COLOR: #333333;
    FONT-FAMILY: arial, verdana, helvetica, sans-serif
}
.Text100
{
    FONT-SIZE: 11px;
    WIDTH: 100px;
    COLOR: #333333;
    FONT-FAMILY: arial, verdana, helvetica, sans-serif
}
.Text120
{
	FONT-SIZE: 11px;
	WIDTH: 120px;
	COLOR: #333333;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	border: none;
}
.Text150
{
    FONT-SIZE: 11px;
    WIDTH: 150px;
    COLOR: #333333;
    FONT-FAMILY: arial, verdana, helvetica, sans-serif
}
.redTable {
	background-color: #9A0721;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
a.link {
	color: #669966;
	text-decoration: underline;
}
.login   { font-size: 10px; color: #FFFFFF; text-decoration:none;}
a.login  { text-decoration: none; color: #FFFFFF; text-decoration:none; }
a.login:link  { color: #FFFFFF; text-decoration:none;}
a.login:hover { color: #666666; text-decoration:none;}
a.login:active { color: #FFFFFF; text-decoration:none;}

.groen   { font-size: 12px; color: #268913; text-decoration:none;}
a.groen  { text-decoration: none; color: #268913; text-decoration:none; }
a.groen:link  { color: #268913; text-decoration:none;}
a.groen:hover, a.groen:visited:hover { color: #669966; text-decoration:underline;}
a.groen:link:active, a.groen:visited:active { color: #268913; text-decoration:none;}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #268913;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #298418;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	height: 20px;
}
.newsMessage {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	font-size: 11px;
	color: #7F7F7F;
	line-height: 12px;
}
.newsTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.mainNewsTable {
	background-color: #E5E5E5;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-position: left;
}
.Text110 {

	FONT-SIZE: 10px;
	WIDTH: 110px;
	COLOR: #333333;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	border: none;
}
#homeTable {
  margin: 0; padding: 0;
  height: 100%;
 }
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #268913;
	height: 1px;
	width: 595px;
	align: left;
}
.textGrey {
	color: #7F7F7F;
	font-weight: bold;
}
.whiteborder {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.Text170 {

    FONT-SIZE: 11px;
    WIDTH: 170px;
    COLOR: #333333;
    FONT-FAMILY: arial, verdana, helvetica, sans-serif
}

#ddimagetab, #customtab1{
width: 60px; /*width of custom tab image */
background-image:url(../images/tab/tabup.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current{
background-image:url(../images/tab/tabup.jpg); /*URL to tab image onmouseover */
color: black;
}


#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(../images/tab/tabdown.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../images/tab/tabdown.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
	width:480px;
	height:40px;
	border: 1px solid #999999;
}

.tabcontent{
display:none;
}

