/* These four headers are identical and are mostly used for the Feed's name
however, header2-4 have some extra padding top and/or bottom to create
some white space */

.header {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F2351;}
	
.header a:link	   			{color:#2F2351; text-decoration: underline;}
.header a:visited			{color:#2F2351; text-decoration: underline;}
.header a:active 			{color:#2F2351; text-decoration: underline;}
.header a:hover 			{color:#2F2351; text-decoration: none;}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F2351;
	padding-top: 6px;}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F2351;
	padding-bottom: 6px;}
	
.header4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F2351;
	padding-top: 16px;}
		
/* This is the small text that appears around the login window
for the words login and password */

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2F2351;}

/* This is regular text descriptions of the feeds themselves */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2351;
	padding-top: 8px;
	padding-bottom: 12px;}
	
.text a:link	   			{color:#2F2351; text-decoration: underline;}
.text a:visited			{color:#2F2351; text-decoration: underline;}
.text a:active 			{color:#2F2351; text-decoration: underline;}
.text a:hover			{color:#2F2351; text-decoration: none;}

