/*
This Stylesheet overrides font sizes to slightly increase them for Asian Character sets
It is assigned to a language by setting the ID (1) in the cssOverrideID column of the Language table
*/
body, table, tr, td, input, select, textarea, li, div, ul, ol {
	font-size: 12px;
	line-height: 18px;
}
input, select {
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold
} 
h2 {
	font-size: 14px;
} 
.largeText {
	font-size: 18px;
	line-height: 18px;
}
.smallText {
	font-size: 12px;
}
.verySmallText {
	font-size: 12px;
}
