/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F8FA;
} /* Body properties */

.left-bg {
	background-image: url(images/left-bg.gif);
} /* Left Blue Background */

.left-text1 {
	font-family: Verdana;
	font-size: 60%;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
} /* Left Side Text */

.content-text1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
} /* Right Side Content Text */

.btm-bg {
	background-image: url(images/btm-bg.gif);
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.btm-bg:hover {
	background-image: url(images/btm-bg.gif);
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
} /* Bottom Background */

.title-text1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
} /* Title Text */
