@charset "utf-8";
/* CSS Document */
/* Large version of stylesheet enabled when 'text size Large' is clicked */

html,body {
	font-size: 15px;
	line-height: 22px;
}

/* Default headings */
h1 {
	font-size: 18px;
	line-height: 20px;
}
h2 { 
	font-size: 14px;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 22px;
}

/* Tables */
td {
	font-size: 14px;
	line-height: 22px;
}

/* Default forms */
input, textarea, select {
	font-size: 14px;
	line-height: 16px;
}


/* Left Col Home msg */
ul#leftcol-homemsg li {
	font-size: 15px;
	line-height: 20px;
}
ul#leftcol-homemsg li h2{
	font-size: 15px;
	line-height: 20px;
}

/* Homepage */
#main-news-txtR {
	font-size: 15px;
}

/* Home Navigation */
#main-homenav li h2 {
	font-size: 15px;
}
#main-homenav li label {
	font-size: 15px;
}

/* Contact Form */
#contactform-part1 input{
	font-size: 14px;
}

/* Footer */
#ftr-links {
	font-size: 14px;
}

