﻿body
{
	font-family: Arial;
	color: #4b4d4f;
}

td
{
	font-size: 12px;
}

a:link
{
	font-size: 12px;
	color: #014988;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	font-size: 12px;
	color: #014988;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	color: #971616;
	font-weight: bold;
	text-decoration: none;
}
.leadText
{
	text-align: justify;
	font-size: 14px;
	text-decoration: none;
}
.descText
{
	text-align: justify;
	font-size: 12px;
}

.descText img
{
	border: 1px #e2e2d5 solid;
}
.title
{
	font-size: 22px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}
a.title:link
{
	font-size: 22px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}
a.title:visited
{
	font-size: 22px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}
a.title:hover
{
	font-size: 22px;
	font-weight: normal;
	color: #971616;
	text-decoration: none;
}


.titleSmall
{
	font-size: 14px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}
a.titleSmall:link
{
	font-size: 14px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}
a.titleSmall:visited
{
	font-size: 14px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}
a.titleSmall:hover
{
	font-size: 14px;
	font-weight: normal;
	color: #971616;
	text-decoration: none;
}

.important
{
	font-size: 12px;
	font-weight: normal;
	color: #637890;
	text-decoration: none;
}


.menu
{
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
a.menu:link
{
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
a.menu:visited
{
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
a.menu:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}


.menuSelected
{
	font-size: 12px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}
a.menuSelected:link
{
	font-size: 12px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}
a.menuSelected:visited
{
	font-size: 12px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}
a.menuSelected:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}


.menuSmall
{
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
a.menuSmall:link
{
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
a.menuSmall:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
a.menuSmall:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}


.menuSmallest
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #c1c1c1;
	text-decoration: none;
}
a.menuSmallest:link
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #c1c1c1;
	text-decoration: none;
}
a.menuSmallest:visited
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #c1c1c1;
	text-decoration: none;
}
a.menuSmallest:hover
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}



.menuSmallSelected
{
	font-size: 11px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}
a.menuSmallSelected:link
{
	font-size: 11px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}
a.menuSmallSelected:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}
a.menuSmallSelected:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
}

.button
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #014988;
	text-decoration: none;
	border: 3px #e2e2d5 solid;
	background-color: #f3f3ec;
}
.textfield
{
	font-family: Tahoma;
	 border-bottom: 1px #ddddcd solid;
	 border-right: 1px #ddddcd solid;
	 background: url(img/input_bkg.gif);
}
.textarea
{
	font-family: Tahoma;
	 border-bottom: 1px #ddddcd solid;
	 border-right: 1px #ddddcd solid;
	 background: url(img/input_bkg.gif);
}

#overflowedX
{
	
	width: 915px;
	height: 420px;
	margin: 0 auto;
	overflow: scroll;
	overflow-y: hidden;
	/*
	scrollbar-face-color: #f8cde2;
	scrollbar-shadow-color: #fdeff5;
	scrollbar-highlight-color: #fdeff5;
	scrollbar-3dlight-color: #fdeff5;
	scrollbar-darkshadow-color: #fdeff5;
	scrollbar-track-color: #fdeff5;
	scrollbar-arrow-color: #fdeff5 
*/
}

