/* this is the basic text */
body {
	color: black; 
	font-family: verdana;
	font-size: 14px;
}
.basictext {
	color: black; 
	font-family: verdana;
	font-size: 14px;
}
.edittext {
	color: black; 
	font-family: verdana;
	font-size: 12px;
}
.smalltext {
	color: black; 
	font-family: verdana; 
	font-size: 9px;
}
.titletext {
	color: #555588; 
	font-family: times; 
	font-style: italic;
	font-size: 28px;
	font-weight: bold;
}
.subtitletext {
	color: black; 
	font-family: times; 
	font-style: italic;
	font-size: 16px;
}
.centertitletext {
	color: black; 
	font-family: verdana; 
	font-size: 18px;
	font-weight: bold;
}
.parttext {
	color: #22AA22; 
	font-family: times; 
	font-size: 18px;
	font-weight: bold;
}
.inviteboxtext {
	color: black; 
	font-family: verdana;
	font-size: 11px;
}
.errortext {
	color: #EE4444; 
	font-family: verdana; 
	font-size: 14px;
}
.helpheader {
	color: #663333;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
.helpsubheader {
	color: #336633;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
.warningtext {
	color: #00AA44; 
	font-family: verdana; 
	font-size: 14px;
}
.successtext {
	color: #00EE55; 
	font-family: verdana; 
	font-size: 14px;
}
.smallnotetext {
	color: #333333; 
	font-family: verdana; 
	font-size: 9px;
}
.notetext {
	color: #222222; 
	font-family: verdana; 
	font-size: 10px;
}
.contentstext {
	color: black; 
	font-family: times; 
	font-size: 16px;
	font-weight: bold;
}
.tableheadertext {
	color: #333333; 
	font-family: verdana; 
	font-size: 14px;
	font-weight: bold;
}
.webbox {
	display: none;
}
.sidetext {
  color: #557799;
	font-family: verdana;
	font-size: 10px;
}
.snaptext {
	color: #00AA44; 
	font-family: verdana; 
	font-size: 12px;
}
a:link {
	color: navy; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color: navy; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: blue; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
a:active {
  color: #0044FF;
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
.footer a:link, .footer a:visited {
	color: navy; 
	font-family: verdana; 
	font-size: 9px;
	text-decoration: none;
}
.footer a:active, .footer a:hover {
	color: blue; 
	font-family: verdana; 
	font-size: 9px;
	text-decoration: none;
}
.smalllink a:link, .smalllink a:visited {
	color: navy; 
	font-family: verdana; 
	font-size: 9px;
	text-decoration: none;
}
.smalllink a:active, .smalllink a:hover {
	color: blue; 
	font-family: verdana; 
	font-size: 9px;
	text-decoration: none;
}
.newlink a:link, .newlink a:visited {
	color: #008800; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
.newlink a:active, .newlink a:hover {
	color: #00AA00; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
.notelink a:link, .notelink a:visited {
	color: navy; 
	font-family: verdana; 
	font-size: 10px;
	text-decoration: none;
}
.notelink a:active, .notelink a:hover {
	color: blue; 
	font-family: verdana; 
	font-size: 10px;
	text-decoration: none;
}
.successlink a:link, .successlink a:visited {
	color: #55AA33; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
.successlink a:active, .successlink a:hover {
	color: #99BB44; 
	font-family: verdana; 
	font-size: 14px;
	text-decoration: none;
}
.editlink a:link, .editlink a:visited {
	color: navy; 
	font-family: verdana; 
	font-size: 12px;
	text-decoration: none;
}
.editlink a:active, .editlink a:hover {
	color: blue; 
	font-family: verdana; 
	font-size: 12px;
	text-decoration: none;
}
.menu a:link, .menu a:visited  { 
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 120px;
	margin: 0px;
	color: #000055;
	font-family: arial;
}
.menu a:focus {
	background: #000077;
	border: 0px outset #444444;
	color: white;
}
.menu a:hover {
	background: #000055;
	border: 0px outset #444444;
	color: white;
}
.menu a:active {
	background: #0000AA;
	border: 0px outset #444444;
	color: white;
}



