@media all {

	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		font-family: verdana;
		font-weight: normal;
		line-height: normal;
	}

	h1 {
		font-size: 220%;
	}

	h2, h3 {
		font-size: 109%;
	}
	.larger .content h2,
	.larger .content h3 {
		font-size: 145%;
	}
	.larger .content .h230 h2,
	.larger .content .h230 h3 {
		font-size: 145%;
	}

	h4, h5, h6 {
		font-weight: bold;
		font-size: 109%;
	}
	.larger .content h4,
	.larger .content h5,
	.larger .content h6 {
		font-weight: bold;
		font-size: 125%;
	}

	h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
		font-size: 125%;
		text-transform: uppercase;
	}

	p {
		font-size: 100%;
		line-height: 14px;
		margin: 0;
		padding: 0 0 5px;
	}
	.larger .content p {
		font-size: 125%;
		line-height: 18px;
	}
	a {
		color: #746e57;
		text-decoration: none;
	}
	.content label,
	.content p,
	.content a {
		font-family: verdana;
	}
	
	a:hover {
		text-decoration: underline;
	}

	li, td, th {
		font-size: 100%;
		line-height: 14px;
	}
	.larger .content li,
	.larger .content td,
	.larger .content th {
		font-size: 125%;
		line-height: 18px;
	}
	.larger .content .h230 li,
	.larger .content .h230 td,
	.larger .content .h230 th {
		font-size: 100%;
		line-height: 14px;
	}

	.frontInnerBox li {
		font-size: 109%;
	}

	#search a,
	#navigation li {
		font-family: verdana;
		font-size: 135%;
		text-transform: uppercase;
	}

	input.text,
	select {
		font-family: verdana;
		font-size: 100%;
		text-indent: 2px;
		border: 1px solid #ccc8bc;
		color: #736d56;
		margin-bottom: 3px;
	}

	#navigation li input.text {
		font-size: 80%;
	}

	#leftNavigation ul {
		font-size: 100%;
	}
	#leftNavigation ul ul {
		font-size: 100%;
	}
	#leftNavigation ul ul ul {
		font-size: 100%;
	}

	#frontfiveColumns li a,
	#frontsixColumns li a {
		font-family: verdana;
		font-size: 100%;
	}
	ul.tabs li,
	#frontfiveColumns .more a,
	#frontsixColumns .more a {
		font-family: verdana;
		font-size: 109%;
	}

	#loggedIn div h2 {
		font-size: 280%;
	}
	
	#loggedIn div p {
		font-size: 135%;
	}
}
