/* Define basic document settings */

div{
	margin : 0px; 
	padding : 0px; 
}

body, td {
	font-family: Verdana;
	font-size: 9px;
	color: Black;
}

/* table settings */

td.black{
	background-color: #000000;
}

/* horizontal rule setting */

hr.title1 {
	color: Black;
	height: 3px;
	width:	100%;
}

hr.title2 {
	color: Gray;
	height: 1px;
}

/* link settings */

a {
	color: #219C00;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1 em
}

a.menu1:link		{
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1 em
}

a.menu1:visited{
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1 em
}

a.menu1:hover{
	color: #ffffff;
	text-decoration: underline;
	letter-spacing: 0.1 em
}

a.submenu1:link		{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

a.submenu1:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

a.submenu1:hover{
	color: #219C00;
	margin-left: 10px;
}

a.submenu2:link		{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

a.submenu2:visited{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

a.submenu2:hover{
	color: #219C00;
	margin-left: 0px;
}

a.submenu3:link		{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

a.submenu3:visited{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

a.submenu3:hover{
	color: #219C00;
	margin-left: 0px;
}

a.footer1:link		{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.footer1:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.footer1:hover{
	text-decoration: underline;
}

/* Define font settings */

font.title1 {
	font-family: Verdana;
	color: #219C00;
	font-size: 14px;
	font-weight: bold;
}

font.title2 {
	font-family: Verdana;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

font.datetime1 {
	font-family: Verdana;
	color: #0000ff;
	font-size: 10px;
	font-weight: bold;
}

font.footer1 {
	font-family: Verdana;
	font-size: 9px;
}

/* Define paragraph settings */

p {
	text-indent: 10px;
	margin-left: 10px;
}

p.menubar {
	color: #219C00;
	text-indent: 16px;
}
