/* CSS Document */

/* Class for Theme Link Titles*/
a.ThemeLink:link {font-size: 16px; color: #FF9900; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeLink:visited {font-size: 16px; color: #FF9900; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeLink:hover {font-size: 16px; color: #FF9900; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for (Click for More)*/
a.ClickMore:link {font-size: 12px; color: #FF9900; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ClickMore:visited {font-size: 12px; color: #FF9900; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ClickMore:hover {font-size: 12px; color: #FF9900; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Copyright*/
a.Copyright:link {font-size: 10px; color: #6699CC; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.Copyright:visited {font-size: 10px; color: #6699CC; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.Copyright:hover {font-size: 10px; color: #6699CC; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Top Menu Links*/
a.TopMenu:link {font-size: 12px; color: #000000; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.TopMenu:visited {font-size: 12px; color: #000000; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.TopMenu:hover {font-size: 12px; color: #000000; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Theme Title Links*/
a.ThemeTitleLink:link {font-size: 16px; color: #6699CC; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeTitleLink:visited {font-size: 16px; color: #6699CC; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;}
a.ThemeTitleLink:hover {font-size: 16px; color: #6699CC; font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline;
}

/* Class for Main Article Title*/
.ArticleTitle {
	font-size: 16px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Class for Theme Titles without links*/
.ThemeTitle {
	font-size: 16px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: bold;
	color: #6699CC;
}

/* Class for Small Article Title in right pane*/
.SmallArticleTitle {
	font-size: 12px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #6699CC;
}
	
/* Class for Page Text*/
.PageText {
	font-size: 12px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/* Class for Small Page Text*/
.SmallPageText {
	font-size: 10px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/* Class for Special Title*/
.SpecialTitle {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

/* Class for Special Text*/
.SpecialText {
	font-size: 9.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
