/* page structure elements */ @import url("pages.css");


/* general styles */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}

input, button, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p		{margin: 0px 0px 20px 0px;}
i		{font-style: italic;}
b		{font-weight: bold;}
a img	{border: 0px;}


/* general links */

a:link, a:active	{
	text-decoration: none;
	color: #993333;
}

a:visited	{
	color: #993333;
	text-decoration: none;
}

a:hover	{
	color: #993333;
	text-decoration: underline;
}


/* general headers */

h1	{
	font-variant: small-caps; 
	font-size: 200%;
	font-weight: normal;
	margin: 0px;
	color: #6c655f;
}

h2	{
	font-variant: small-caps; 
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	color: #6c655f;	
}

h3	{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #6c655f;	
}

h4	{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	color: #6c655f;	
}
