/* CSS Document */

/* Main Body Text */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	color: #858585;
	}
	
/* Main Body Links (yellow) */
.m_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFBB12;
	text-decoration: underline;
	}
.m_link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFBB12;
	text-decoration: underline;
	}
.m_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFBB12;
	text-decoration: underline;
	}
.m_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFBB12;
	text-decoration: underline overline;
	}
.m_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFBB12;
	text-decoration: underline;
	}
	
/* Photo Name Link (aqua) */
.photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2FA489;
	text-decoration: none;
	}
.photo a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2FA489;
	text-decoration: none;
	}
.photo a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2FA489;
	text-decoration: none;
	}
.photo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2FA489;
	text-decoration: none;
	}
.photo a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2FA489;
	text-decoration: none;
	}
	
/* Forum Topic Link (blue) */
.f_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4680A8;
	text-decoration: none;
	}
.f_topic a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4680A8;
	text-decoration: none;
	}
.f_topic a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4680A8;
	text-decoration: none;
	}
.f_topic a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4680A8;
	text-decoration: none;
	}
.f_topic a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4680A8;
	text-decoration: none;
	}
	
/* Forum TimeStamp */
.f_time {
	font-style: normal;
	color: #585858;
	font-size: x-small;
	}
	
/* Journal Title Link (orange) */
.j_title {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FD6F10;
	text-decoration: none;
	font-size: small;
	}
.j_title a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FD6F10;
	text-decoration: none;
	font-size: small;
	}
.j_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FD6F10;
	text-decoration: none;
	font-size: small;
	}
.j_title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FD6F10;
	text-decoration: none;
	font-size: small;
	}
.j_title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FD6F10;
	text-decoration: none;
	font-size: small;
	}
	
/* Journal User Name */
.j_user {
	font-style: normal;
	color: #585858;
	font-size: x-small;
	}
	
