/* CSS DOCUMENT - REUNION TRACKS */

body {
	background-color: #000000;
	font-family: arial,verdana,sans-serif;
	color: #FFFFFF;
	line-height: 120%;
	margin: 0;
	}
	
table {
	background-color: #FFFFFF;
	}
	
td {
	background-color: #000000;
	}
	
td.header {
	background: url(graphics/rt_header.jpg);
	height: 100px;
	width: 640px;
	font-size: 18pt;
	text-align: right;
	padding-right: 6px;
	}
	
td.menu {
	height: 20px;
	width: 128px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background-position: 0px 0px;
	}
	
td.content {
	width: 640px;
	font-size: 9pt;
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	}
	
td.footer {
	height: 18px;
	width: 640px;
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	padding-right: 4px;
	}
	
div.memberscroll {
	height: 240px;
	overflow: auto;
	}
	
div.memberlist {
	font-size: 9pt;
	}
	
ul {
	list-style-type: none;
	}
	
a:link {
    color: #9999DE;
    text-decoration: none;
    }

a:visited {
    color: #AAAAAA;
    text-decoration: none;
    }

a:active {
    color: #CCCCCC;
    text-decoration: none;
    }

a:hover {
    color: #9999DE;
    text-decoration: none;
    }
    
a.menu:link {
    color: #9999DE;
    text-decoration: none;
    }

a.menu:visited {
    color: #AAAAAA;
    text-decoration: none;
    }

a.menu:active {
    color: #CCCCCC;
    text-decoration: none;
    }

a.menu:hover {
    color: #9999DE;
    text-decoration: none;
    }
	