/* ############## */
/* DEFAULT STYLES */
/* ############## */

/* Default HTML element styles and default classes */

/*
CONTENTS:
- Default HTML tag styles
- Default classes
*/


/* DEFAULT HTML TAG STYLES */

a {
	color: #401AB3;
	text-decoration: underline;
} 

a:hover {
	color: #FF6600;
	text-decoration: underline;
}


body {
	background: #B0B9C8 url(../images/background.jpg) repeat-x;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: relative; /* centers container divs in browsers that don't understand margin: auto */
}


body, fieldset, form, html {
	margin: 0;
	padding: 0;
}


html, body { height: 100%;}


img {
	border: none;
}


li {
	margin-left: -22px;	
	}


p
{
margin-bottom: 10px;
margin-top: 0px;
text-align:left;
}

/* DEFAULT CLASSES */


input.submit {
	cursor: pointer;
}

