/* DIV's ------------------------------------------------------------- */

.menuAreaPad	{
	padding: 22px 0 0 0;
}

.logo_bottom	{
	padding: 78px 0 0 41px;
}

.pictureCaption	{
	padding: 5px 0 0 0;
}

.bodyArea	{
	padding: 0px 15px 0 30px;
	background-image: url(images/background_main.jpg);
}

.rightHandBGImage	{
	background-image: url(images/background_right.jpg);
}

/* Text ------------------------------------------------------------ */

.pictureCaptionText	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.pictureCaptionText:hover	{
	text-decoration: underline;
}

.bodyText	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
}

.bodyTextBlack	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	padding: 0 13px 0 13px;
}

.titleText	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ABABAB;
	font-weight: bold;
}

.textLink	{
	color: #ABABAB;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.textLink:hover	{
	text-decoration: underline;
}

.textLinkBlue	{
	color: #1A3C86;
	font-size: 11px;
	text-decoration: none;
}
.textLinkBlue:hover	{
	text-decoration: underline;
}

/* Other ----------------------------------------------------------- */

.hidden	{
	display: none;
}

.visible	{
}

/* Form ------------------------------------------------------------ */



FORM {
	margin-bottom : 0; 
	margin-top : 0;
}
