html,body {
	font-size: small;
	background-color: #ffffe0y;
	color: black;
	margin: 0;
	padding: 0;
}

td.signature {
	font-size: 1em;
	font-weight: bold;
	color: #111111;
	background-color: #c0c0ca;
}


td.bold{
	font-size: small;
	color: black;
	font-weight: bold;
}

td.main {
	font-size: small;
	color: black;
	border: 1px solid #aaa;
	-moz-border-radius: 1em;
	background-color: #c0c0ca;
}

table.grey {
	font-size: small;
	font-weight: normal;
	background-color: #c0c0ca;
}

table.main_window {
	font-size: small;
	font-weight: normal;
	background-color: #c0c0ca;
	width: 60em;
}

table.sidebar {
	font-size: small;
	font-weight: normal;
	background-color: #6F799F;
	width: 10em;
}


a {
	text-decoration: underline;
	color: #990000;
	background: none;
}
a:visited {
	color: #990000;
}
a:active {
	color: purple;
}
a:hover {
	color: purple;
	text-decoration: underline;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url("http://www.curtismeyer.com/abanks_php/images/bullet.gif");
}

li:hover {
    list-style-type: square;
    list-style-image: url("http://www.curtismeyer.com/images/bullet.gif");
}

ul.plain {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url("http://www.curtismeyer.com/abanks_php/images/bullet_black.gif");
}

div.title {
	font-size: x-large;
	font-weight: bold;
}

div.sub_title {
	font-size: large;
	font-weight: normal;
}

div.justify {
	text-align: justify;	
}
