/* General Styles */


/*Navigation Menu Styles */

#navcontainer a {
	font-size: medium;  line-height:100%;
}

#navcontainer a.current{
	font-size: medium;  line-height:100%;
}

#navcontainer a:hover {
	font-size: medium;  line-height:100%;
}


/*Main Content Area Styles */

#main P {
	font-size: medium;  line-height: 120%;
}

#main A {
	font-size: medium;  line-height: 120%;
}

#main h1 {	
	font-size: 170%;  line-height: 120%;
}

#main h2 {
	font-size: 150%; line-height: 120%;
}

#main h3 {
	font-size: 140%; line-height: 120%;
}

#main h4 {
	font-size: 120%; line-height: 120%;
}

#main ul {
	font-size: medium;  line-height: 120%;
}

#main li {
	font-size: medium;  line-height: 120%;
}

#frontmain P {
	font-size: medium;  line-height: 120%;
}

#frontmain A {
	font-size: medium;  line-height: 120%;
}

#frontmain h1 {	
	font-size: 150%;  line-height: 120%;
}

#frontmain h2 {
	font-size: 130%; line-height: 120%;
}


/* Breadcrumb */

#breadcrumb {
	font-size: 80%;
}

#breadcrumb a{
	font-size: 100%;
}


/* Footer Styles */

#footer {
	font-size: 100%; 
}

/* Table elements */

table.summary {
	font-size:100%;
}

td {
	font-size: medium;  line-height: 120%;
}
