body {
	background-color: #F9F9F9;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	width: 100%;
}

hr.dotted {
	color: #000000;
	background-color: #000000;
	height: 0px;
	border: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	width: 40%;
}

a:link {
	color: #444488; text-decoration: none; 
}

a:visited {
	color: #444488; text-decoration: none; 
}

a:active {
	color: #444488; text-decoration: none; 
}

a:hover {
	color: #444488; text-decoration: underline;
}

a.black {
    color: #000000;
}

.rightDottedBorder {
	border-right-width: 1px;
	border-right-style: dotted;	
}

.bottomDottedBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
}

.noborder {
	border-width: 0px;
	border-style: none;
}

.defaultText {
	font-family: "Georgia", "Trebuchet MS", serif;
	font-size: 12px;
	text-align: justify;
}

p {
    text-indent: 20px
}

.mainTable {
	width: 780px;
	background-color: #FFFFFF;	
}

.wd200 {
	width: 200px;
}

.wd780 {
	width: 780px;
}

.wd700 {
	width: 700px;
}

.fh10 {
	font-size: 10px;
}

.fh16 {
	font-size: 16px;
}

.menuLinks {
	font-size: 16px;
	font-weight: bold;
}

h13 {
	font-size: 18px;
}

table.sqlite {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
}

td.sqlite {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 0px;
}

img.noborder {
	border-style:none;
	border-width:0;
	margin-top:5px;
	padding:1px;
}

.rightSolidBorder {
	border-right-style:solid;
	border-right-width:1px;
	padding-right: 4px;
}