/*

	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 {
	color: #333333;
	font-size:2em;
	font-weight: normal;
	margin: 1em 0 1em 12px;
	line-height: 1.2em
}
h1 a
{
	color: #686868;
	text-decoration: none;
}

h2 {
	color: #444444;
	font-size:1.6em;
	font-weight: normal;
	margin: 1em 0px 1em 12px;
	line-height: 1.3em
}

h3 {
	color: #555555;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	margin:1em 0 1em 12px;
}

h4 {
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	margin:1em 0 1em 12px;
}

h5 {
	color:#777777;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4em;
	margin:1em 0 1em 12px;
}

h6 {
	color:#888888;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	margin:1em 0 1em 12px;
}

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

div.gallery_item ul, div.homepageintroduction ul {
	margin: 1em 0
}

div.gallery_item li, div.homepageintroduction li {
	background: transparent url(/templates/standard_set01/images/framework/list_bullet.png) 10px 5px no-repeat;
	color:#666666;
	font-size:1.2em;
	line-height:1.3em;
	margin: 1em 0 1em 0;
	padding-left:20px;
}
div#homepageintroduction p, div#homepageintroduction h1, div#homepageintroduction h2, div#homepageintroduction h3, div#homepageintroduction h4, div#homepageintroduction h5, div#homepageintroduction h6, div#homepageintroduction ul {
	margin-left: 0;
}
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/standard_set01/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/standard_set01/images/framework/content_bullet.gif) no-repeat scroll 0 4px;
}
