/* CSS definition file containing site wide stylesheets */

.ArticleLink {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,128,0);
 	text-decoration: none 
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 20px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 20px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

H2 {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,255);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 20px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

H4 {
	font-size: 14px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

.TextNavBar {
	color: rgb(0,0,0)
}

H5 {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	color: rgb(0,0,255);
 	font-weight: bold;
 	text-align: right
}