/* Sequoia Group Stylesheet */


/* Body Properties */
body 
{
		background-color: white; 
		font-family: verdana,arial,helvetica,sans-serif;
		/* font-size: 12px; */
}
li
{
		font-family: verdana,arial,helvetica,sans-serif;
}
/* Link Properties */
a:link,a:visited
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	/* font-size: 12px; */
    	font-weight: normal;
    	text-decoration: none;
		color: #0000FF;
}
a:hover,a:active
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	/* font-size: 12px; */
    	font-weight: normal;
    	text-decoration: underline;
		color: #0000FF;
}
.td a:link,a:visited
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	/* font-size: 12px; */
    	font-weight: normal;
    	text-decoration: none;
		color: #0000FF;
}
.td a:hover,a:active
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	/* font-size: 12px; */
    	font-weight: normal;
    	text-decoration: underline;
		color: #0000FF;
}
/* Menu Properties */
.menu
{
		background-color: #FF8040;
		height: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		vertical-align: center; 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		white-space: nowrap;
		color: white;
		top: 70px;
		text-align: center;
		white-space: nowrap;
		width: 800px;
		border-width: 0px;

}
.menu th
{
		font-weight: normal;
		font-size: 14px;
		text-decoration: underline;
		vertical-align: center;
		color: white;
}
.menu td
{
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		vertical-align: center;
		color: white;
}
.menu a:link,a:visited
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	font-size: 14px;
    	font-weight: bold;
    	text-decoration: none;
		color: white;
}
.menu a:hover,a:active
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	font-size: 14px;
    	font-weight: bold;
    	text-decoration: none;
		color: #003366;
}
/* Sub Menu Properties*/
.submenu
{
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-align: center; 
		visibility: hidden;
		background-color: #6699CC; 
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 3px;
		color: #FF8040;
		width: 800px; /* 760px; */
		height: 20px;
		border-width: 0px;
}
.submenu table
{
		padding-left: 100px; 
		font-size: 14px;
}
.submenu table td
{
		cursor: pointer;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: white;
}
/* Link Properties -- Workaround problem in IE 7 */
.main a:link,a:visited
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	font-size: 12px; 
    	font-weight: normal;
    	text-decoration: none;
		color: #0000FF;
}
.main a:hover,a:active
{
    	font-family: verdana,arial,helvetica,sans-serif;
    	font-size: 12px;
    	font-weight: normal;
    	text-decoration: underline;
		color: #0000FF;
}

