@charset "UTF-8";
/* CSS Document */

.left_area {
	background-image: url(images/mesh_left.jpg);
	background-repeat: no-repeat;
}	

.right_area {
	background-image: url(images/mesh_right.jpg);
	background-repeat: no-repeat;
}	

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.small_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	line-height: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.intranet{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #ff0000;
}

.intranet:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #000000;
}	

.tear_left {
	background-image: url(images/tear_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.tear_right {
	background-image: url(images/tear_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}