body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.t13 {
	font-size: 13px;
}

.t12 {
	font-size: 12px;
}
.t10 {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.headerbg {
	background-image:url(images/side_header.jpg);
}

.sidebg {
	background-image:url(images/side_bg.gif);
}

.bottomshade {
	background-image: url(images/body_bottom_shade.gif);
	background-repeat: repeat-x;
}

.bodyshade {
	background-image: url(images/body_side_shade.gif);
	background-repeat: repeat-y;
}

.textpad {
	padding: 20px;
}

.imagepad {
	padding-bottom: 10px;
}
.vertline {
	border-left:dotted #999999 1px;
	}

.horline {
	border-bottom:dotted #999999 1px;
	}
	
.sidepad {

	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	}	
 /* links */
 
a.request {
	text-decoration:none;
	color:#000000;
	font-size: 11px;
}


a.sample {
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 155px;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 20px;
	text-decoration:none;
	color:#000000;
	text-align: left;
	
}
a.sample:hover {
	background-image: url(images/link_bg_over.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
