/* Site Wide Tags */
a:link{ 
	color:#0000CC;
	background-color: inherit;
}
a:visited{
	color:#0000CC;
	background-color: inherit;
}
a:hover {
	color:#FF0000;
	background-color: inherit;
}

.general_font {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: justify;
	color: #000000;
	background-color: inherit;
}

.general_font_left {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: left;
	color: #000000;
	background-color: inherit;
}

.general_font_right {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: right;
	color: #000000;
	background-color: inherit;
}

.general_font_center {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: center;
	color: #000000;
	background-color: inherit;
}

.error_font {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF0000;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: justify;
	background-color: inherit;
}

.error_font_center {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF0000;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: center;
	background-color: inherit;
}

.crumbs_font {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-align: justify;
	color: #000000;
	background-color: inherit;
}

.author_font_right {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: right;
	color: #000000;
	background-color: inherit;
}

.adminmenu {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: center;
	color: #000000;
	background-color: inherit;
}
/* End */

/* Title Fonts */
#titlefont1 {
	font-family: Times, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: inherit;
}
#titlefont2 {
	font-family: Times, Arial, sans-serif;
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: inherit;
}
#titlefont3 {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: inherit;	
}
/* End */

/* Footer Fonts */
.footer {
	font-family: Arial, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: inherit;
}
.footer_link {  
	color: #FFFFFF;
	background-color: inherit;
}
a:link.footer_link { 
	color: #FFFFFF;
	background-color: inherit;
}
a:visited.footer_link { 
	color: #FFFFFF;
	background-color: inherit;
}
a:hover.footer_link {
	color: Yellow;
	background-color: inherit;
}
a.footer_link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
} 
/* End */