/* CSS Document */
a{
	color: #333333;
	text-decoration:none;
}
a:hover{
	color: #006699;
	text-decoration:none;
}
body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(images/pat_main_bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.small_link{
	font-family: "Arial";
	font-size: 11px;
	color: #999999;
}
.small_link a{
	color: #999999;
	text-decoration:none;
}
.small_link a:hover{
	color: #333333;
	text-decoration:none;
}
.small_txt{
	font-family: Arial;
	font-size: 9px;
	color: #999999;
}
.small_txt a{
	color: #999999;
	text-decoration:none;
}
.small_txt a:hover{
	color: #333333;
	text-decoration:none;
}
.head_txt{
	font-family: "Trebuchet MS", "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.sub_head{
	font-family: "Trebuchet MS", "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
