<Style>/* Default CSS Stylesheet for a new Web Application project */{}

a {  font-family: Verdana; font-size: ; color: black; text-decoration: underline; font-weight: Normal}
a:hover {  font-family: Verdana; font-size: ; color: #FF6600; background-color: ; text-decoration: underline }

/* .menu1 = stylesheet voor naviagtiemenu in top */
.menu1 {
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Black; /* Background color */
text-align: Right; /* Align Text */
} 

/* A.menu1:hover = stylesheet mouseover voor naviagtiemenu in top */
A.menu1:hover { 
color:#FF6600; 
font-weight:bold; 
text-decoration:underline 
} 

.GeneralPage
{
background-color: WhiteSmoke; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 14pt; /* Font Size */
color: White; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Black; /* Background color */
text-align: Right; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: WhiteSmoke; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: White; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #D8E0E3; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 11pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 11pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Slogan
{
	font-family: Verdana; /* Font Face */
	font-size: 11pt; /* Font Size */
	color: #FF6600; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	line-height: normal;
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 14pt; /* Font Size */
color: #FF6600; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFCC; /* Background color */
text-align: Center; /* Align Text */
}

.HeadingsH1
{
font-family: Verdana; /* Font Face */
font-size: 13pt; /* Font Size */
color: black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentGroter
{
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FONT-SIZE: 11px; 
PADDING-BOTTOM: 1em; 
LINE-HEIGHT: 140%; 
PADDING-TOP: 0px; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: Black; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #D8E0E3; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #D8E0E3;
}

.ContentTableHorizontal
{
background-color: #D8E0E3;
}

.jh_tbl_LineL{border-left:1px solid #cccccc;padding:0px 0px 0px 10px} 
.jh_tbl_LineR{border-right:1px solid #cccccc;padding:0px 10px 0px 0px} 
.jh_tbl_Kader{border:1px solid #cccccc;padding:10px 10px 10px 10px;padding:} 
.jh_tbl_LineB{border-bottom:1px solid #cccccc;padding:0px 10px 0px 0px} 

</Style>
