a:link 		{ color: #220000; text-decoration: none; }
a:active 	{ color: #AA0000; text-decoration: none; }
a:visited 	{ color: #220000; text-decoration: none; }
a:hover 	{ color: #AA0000; text-decoration: none; }

p
{
	text-align: justify;
	line-height: 150%;
}

input.searchButton
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #AA0000;
background: #f0f0f0;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

button.printButton
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #C9CFB3;
background: #f0f3ea;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

input.sendMailButton
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #D6332F;
background: #f0f3ea;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

input.feedbackButton
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #D6332F;
background: #f0f3ea;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

input
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #AA0000;
background: #F2F3ED;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

select
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #72A9E2;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

textarea.feedback
{
font-size: 11px;
vertical-align: middle;
border: 1px solid #C9CFB3;
background: #ffffff;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

select.comments
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #072658;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

option.comments
{
font-size: 10px;
vertical-align: middle;
border: 1px solid #072658;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
}

hr.one
{
border-top: 1px dashed white;
border-bottom: 0px solid #003366;
color: #003366;
background-color: #003366;
height: 2px;
width: 410px;
}

hr
{
border-top: 1px dashed #000000;
border-bottom: 0px solid #003366;
color: #ffffff;
background-color: #ffffff;
height: 2px;
}

hr.three
{
border-top: 1px dashed black;
border-bottom: 0px solid black;
color: #ffffff;
background-color: #ffffff;
height: 2px;
}

hr.mainPage
{
border-top: 1px dashed #000000;
border-bottom: 0px solid #003366;
color: #F0F3EA;
background-color: #F0F3EA;
height: 2px;
}


.rowUnderlined
{
color: #AA0000;
text-decoration : Underline
}


.rowNormal
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	cursor: auto;
}