/*

	Description:
	Used to configure type over screen and print.

*/

body
{
	font-size : 62.5%;
	font-family : arial, sans-serif;
}

	a:hover
	{
		/*text-decoration : underline !important;*/
	}
	
h1
{
	font-size: 2.4em;
	color: #686868;
}
h1 a
{
	color: #686868;
	text-decoration: none;
}

h2
{
	font-size : 1.8em;
	margin : 1em 0 1em 0;
	padding: 2px;
}

h3
{
	font-size : 1.4em;
	margin : 2em 0 .8em 0;
	color : #666666;
}

p
{
	font-size : 1.2em;
	color : #666;
	margin : 1em 0;
	line-height : 1.3em;
}

strong
{
	font-weight : bold;
}

em
{
	font-style: italic;
}

form#myform
{
	color: #333333;
	font-size: 1.2em;
}
form#myform p
{
	color: #333333;
	font-size: 1em;
}

form#myform .amount input{
	font-size: 1em;
}

form#myform h4
{
	font-weight: bold;
	margin-bottom: 13px;
}
a 
{
	color: #747474;
}

div.content li
{
	color: #747474;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-left: 14px;
	margin-left: 8px;
	background: transparent url(/templates/tfia_satellite_www/images/framework/content_bullet.gif) no-repeat scroll 0 4px;
}

div#homepageintroduction li
{
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 14px;
	margin-left: 8px;
	background: transparent url(/templates/tfia_satellite_www/images/framework/content_bullet.gif) no-repeat scroll 0 4px;
}
