﻿.font {
	font-family:Verdana, 'Times New Roman', Times, serif;
	font-size:14pt;
}
.font2 {
	font-family:'Times New Roman', Times, serif;
	font-size:12pt;
}
.font3 {
	font-family:'Times New Roman', Times, serif;
	font-size:14pt;
}
.centeralign {
	text-align: center;
}
.leftalign {
	text-align: left;
}
.justifyalign {
	text-align: justify;
}
.rightalign {
	text-align:right;	
}
.toptalign {
	vertical-align:top;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.italiclink {
	color:black;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
}
.underline {
	text-decoration: underline;
}
.brown {
	color: #663300;
}
.lineheight {
	line-height:1;
}
.lineheight2 {
	line-height:1.2;
}
.lineheight3 {
	line-height:3;
	display:block;
}
.noborder {
	border-width: 0px;
}
.leftpadding {
	padding-left:50px;
}
.leftpaddingsmall {
	padding-left:20px;
}
.leftpaddingmedium {
	padding-left:35px;
}
.tableborder1 {
	border-width: 5px;
	border-spacing: 2px;
	border-style: double;
	border-color: black;
}
.tableborder2 {
	border-width: 3px;
	border-spacing: 2px;
	border-style: double;
	border-color: black;
}
.box {
	width:200px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
/*	background: #fff url(images/buttonBG.jpg) repeat-x;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	margin: 2px;
	border: 1px solid #1a1a1a;
	color: black;
	font-weight: bold;
}
a.box {
/*	display:block;*/
	width:200px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
/*	background: #fff url(images/buttonBG.jpg) repeat-x;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	margin: 2px;
	border: 1px solid #1a1a1a;
	color: black;
	font-weight: bold;
}
a.box:visited {
	color: black;
}
a.box:visited:hover{
/*	background: #fff url(images/buttonBG_rev.jpg) repeat-x;*/
}
a.box:link:hover{
/*	background: #fff url(images/buttonBG_rev.jpg) repeat-x;*/
}