/*
Colour charts:
#FD9800 = light orange
#FF6500 = orange
#D4D0C8 = grey (windows-like application colour)
#999999 = grey (light)
#343434 = dark brown
*/
body
{
	font-size: 80%;
}
.PublicErrorMessage
{
	font-size: 80%;
}
/* three variations of input fields: short, medium, long*/
.PublicInputField, .PublicInputFieldShort, .PublicInputFieldMedium, .PublicInputFieldLong
{
	font-size: 90%;
}
.PublicButton
{
	font-size: 90%;
}
h1, .header1, .InputFieldHeader1
{
	font-size: 140%;
}
h2, .header2, .InputFieldHeader2
{
	font-size: 110%;
}
h3, .header3, .InputFieldHeader3
{
	font-size: 110%;
}
h4, .header4, .InputFieldHeader4
{
	font-size: 90%;
}
p
{
	font-size: 100%;
}
/* /homepage-related styles */
.Breadcrumbs
{
	font-size: 90%;
}
#SearchLabel
{
	font-size: 90%;
}
.FeaturedHeader p
{
	font-size: 110%;	
}
.FeatureAbstract
{
	font-size: 100%;
}
#ReadMoreLatestNews
{
	font-size:90%;
}
 
#LatestNewsHeader
{
	font-size:160%;
}
.NewsItemRow1
{
	font-size: 100%;
}
.NewsItemRow2
{
	font-size: 100%;
}
#StaticHomePageText
{
	font-size:150%;
}
#MainMenuShadowTop
{
	font-size:130%;
}

#MainMenuShadowBottom
{
	font-size:130%;	
}
#ReadMore, #ReadMore a
{	
	font-size:90%;
}
.FooterText, #TopMenuNavigationRepeat a
{
	font-size:89%;
}
.CategoryAbstract
{
    font-size: 100%;   
}