/* CSS Document */

/* Class for Theme Link Titles*/
a.ThemeLink:link {font-size: 16px; color: #000000; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeLink:visited {font-size: 16px; color: #000000; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeLink:hover {font-size: 16px; color: #000000; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for (Click for More)*/
a.ClickMore:link {font-size: 12px; color: #9999ff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ClickMore:visited {font-size: 12px; color: #9999ff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ClickMore:hover {font-size: 12px; color: #ffcc00; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Copyright as a link*/
a.CopyrightLink:link {font-size: 10px; color: #666699; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.CopyrightLink:visited {font-size: 10px; color: #666699; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.CopyrightLink:hover {font-size: 10px; color: #666699; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Top Menu Links*/
a.TopMenu:link {font-size: 12px; color: #ffffff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.TopMenu:visited {font-size: 12px; color: #ffffff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.TopMenu:hover {font-size: 12px; color: #ffffff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Theme Title Links*/
a.ThemeTitleLink:link {font-size: 14px; color: #9999ff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeTitleLink:visited {font-size: 14px; color: #9999ff; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeTitleLink:hover {font-size: 14px; color: #ffcc00; font-family: Arial, Tahoma, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Main Article Title*/
.ArticleTitle {
	font-size: 16px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Class for Theme Titles without links*/
.ThemeTitle {
	font-size: 16px;
	font-family: Arial, Tahoma, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* Class for Small Article Title in right pane*/
.SmallArticleTitle {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
	
/* Class for Page Text*/
.PageText {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/* Class for Copyright without a link*/
.Copyright {
	font-size: 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #6699CC;
	font-weight: normal;
	font-style: normal;
}

/* Class for Main title in top banner*/
.MainTitle {
	font-size: 32px;
	font-family: Times New Roman, Georgia, serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}