a {
	color: #5F2593;
	font-weight: bold;
}
a:hover {
	color: #499BE7;
	text-decoration:none;

}
.list {
	font-weight: normal;
	color: #5F2593;
}
.list:hover {
	color: #499BE7;
	text-decoration:none;

}
.bold 
{
	font-weight: bold;	
}
.imagelink {
	color: #5F2593;
	font-weight: bold;
	text-decoration:none;	
}
.menulink:hover {
	color: #499BE7;
	font-weight: bold;
	text-decoration:none;

}
sup 
{
	color: Red;
	font-family:Courier, Arial;
	font-weight: normal;
}
.menulink {
	font-size: 12px;
	color: #444444;
	text-decoration:none;

}
.menulink:hover {
	color: #5F2593;
	text-decoration:none;

}
td {
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 13px;
	color: #555555;
}

form 
{
	margin: 0px;
}
.red {
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 13px;
	color: #FF0000;
}
.menu {
	color: #444444;
	font-weight:bold;
}
.starname {
	font-weight:bold;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	color: #2288FF;
	font-size: 18px;
	line-height: 18px;
}
.stardates {
	font-weight:bold;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	color: #2288FF;
	font-size: 12px;
}
.date {
	font-weight:bold;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	color: #444444;
	font-size: 12px;
}
.thoughttitle {
	font-weight:bold;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	color: #444444;
	font-size: 18px;
}
.header {	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 13px;
	color: #6C6C6C;
	font-weight: bold;
	padding-bottom: 10px;
}
.title {	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 4px;
	background-color: #5F2593;
	width: 100%;
	text-indent: 3px;
}
.boldteal 
{
	font-weight:bold;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	color: Teal;
	font-size: 13px;	
}
#header 
{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: Purple;
	font-size: 15px;
	font-weight: bold;
}
#intro 
{
	margin-left: 2px;
	margin-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: Purple;
	padding-bottom: 8px;
	margin-bottom: 3px;
}
#body
{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
}
.field
{
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	background-color: #E7DEF0;
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
}
.txt 
{	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 13px;
	color: #555555;
}
.redtxt 
{	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #E04040;
}
.txttitle 
{	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}
.successmsg
{	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 6px;
}
.account_nav{
	border-bottom-style: solid; 
	border-width: 1px;
	border-color: black;
	background-color: #eeeeee;
	background-image: url(/images/nav_shadow_bottom.gif);
	background-repeat:repeat-x;
}

.account_nav_seperator{
	border-bottom-style: solid; 
	border-width: 1px;
	border-bottom-color: black;
	background-color: #eeeeee;
	background-image: url(/images/nav_shadow_bottom.gif);
	background-repeat:repeat-x;
}

.account_nav a{
	text-decoration:none;
}
.account_nav_selected{
	border-width: 1px;
	border-left-style: solid; 
	border-right-style: solid; 
	border-color: black;
	/*background-image: url(/images/nav_shadow_selected.gif);
	background-repeat:repeat-x;*/
}
.account_nav_selected_seperator{
	border-bottom-style: solid; 
	border-width: 1px;
	border-bottom-color: black;
	background-color: #eeeeee;
	background-image: url(/images/nav_shadow.gif);
	background-repeat:no-repeat;
	
}