/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
}

a.menu {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
}

a.menu:hover {
	letter-spacing: 0px;
	color: 			#000000;
	text-transform: uppercase;
}

a.menu:visited {
	color: #666666;
}

td.data {
	vertical-align: top;
	padding-right:  15px;
}

td.menu {
	vertical-align: top;
	text-align: 	right;
	padding-right:	10px;
	text-transform: capitalize;
	line-height:	17px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin-top: 33px;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-transform: capitalize;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul {
	font-size: 11px;
	font-weight: normal;
	list-style-type: circle;
	line-height: 18px;
	text-align: left;
	border: 10px;
}

ol {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	border: 10px;
}

ul.sub {
	font-size: 11px;
	font-weight: normal;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	margin-bottom: 0px;
}

li {
	margin-bottom: 12px;
}

li.sub {
	margin-bottom: 0px;
}

p {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}

a {	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	color: blue;
}

a:hover {
	color: red;
}