/* Class definitions */

/* Title of the page */
.title {
	font-size			: 15px;
	color				: #0065cb;
	font-family			:"trebuchet MS", "Times New Roman", Times, serif; 
	text-decoration		: none;
	line-height			: 130%;
	font-weight			: bold;
	padding-left    : 1px;
}

/* Bodytext used on the pages */
.bodytext {
	font-size			: 11px;
	color				: #333333;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
	line-height			: 130%;
}

/* Bodytext link definitions */
.bodytext a:link {
	font-size			: 11px;
	color				: #3366FF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: underline;
	line-height			: 130%;
}

.bodytext a:visited {
	font-size			: 11px;
	color				: #3c508c;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: underline;
	line-height			: 130%;
	background			: url(../images/link_bg.png);
}

.bodytext a:active {
	font-size			: 11px;
	color				: #3366FF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: underline;
	line-height			: 130%;
	background			: url(../images/link_bg.png);
}

.bodytext a:hover {
	font-size			: 11px;
	color				: #333333;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: underline;
	line-height			: 130%;
	background			: url(../images/link_bg.png);
}

/* Bold bodytext */
.bodytext_bold {
	font-size			: 11px;
	color				: #333333;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-weight			: bold;
	line-height			: 130%;
}

/* Topbanner text and links */
.toplinks {
	font-size			: 11px;
	color				: #FFFFFF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
	line-height			: 16px;
}

.toplinks a:link {
	font-size			: 11px;
	color				: #FFFFFF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
	line-height			: 16px;
}

.toplinks a:visited {
	font-size			: 11px;
	color				: #FFFFFF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
	line-height			: 16px;
}

.toplinks a:active {
	font-size			: 11px;
	color				: #FFFFFF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
	line-height			: 16px;
}

.toplinks a:hover {
	font-size			: 11px;
	color				: #FFFFFF;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: underline;
	line-height			: 16px;
}

/* Bottombanner text and links */
.copyright {
	padding-left		: 10px;
	font-size			: 10px;
	color				: #ffffff;
	font-family			: Arial, Tahoma, Verdana, sans-serif;
	text-decoration		: none;
	line-height			: 100%;
}

.copyright a:link {
	font-size			: 10px;
	color				: #ffffff;
	font-family			: Arial, Tahoma, Verdana, sans-serif;
	text-decoration		: none;
	line-height			: 100%;
}

.copyright a:visited {
	font-size			: 10px;
	color				: #ffffff;
	font-family			: Arial, Tahoma, Verdana, sans-serif;
	text-decoration		: none;
	line-height			: 100%;
}

.copyright a:active {
	font-size			: 10px;
	color				: #ffffff;
	font-family			: Arial, Tahoma, Verdana, sans-serif;
	text-decoration		: none;
	line-height			: 100%;
}

.copyright a:hover {
	font-size			: 10px;
	color				: #ffffff;
	font-family			: Arial, Tahoma, Verdana, sans-serif;
	text-decoration		: underline;
	line-height			: 100%;
}

.rightmenutitle{
	font-size			: 15px;
	color				: #0065cb;
	font-family			:"trebuchet MS", "Times New Roman", Times, serif; 
	text-decoration		: none;
	line-height			: 130%;
	font-weight			: bold;
	margin-left     : 0px;
}

