/* Core styles for v4 browsers */
body {
	font:normal arial,verdana,helvetica,sans-serif;
	background: url('../images/tartan.gif') fixed repeat;
	}
	
img {
	border:0;
	}
	
a:link, a:visited {
		color:#ffffff;
		text-decoration: none
	}
a:hover {
	text-decoration: underline;
	}

table, td {
	font:normal 1em arial,verdana,helvetica,sans-serif;
	font-size:16px;
	color:#ffffff;
	padding-left: 15px;
	padding-right: 15px;
	}

h1 {
	font-size:1.10em;
	margin:0 0 0 0;
	text-align: center;
	}
h2 {
	font-size:1.15em;
	margin:0 0 1em 0;
	text-align: center;
	}
h3 {
	size:9px;
	margin:0 0 1em 0;
	text-align: center;
	}

/*************************/
/*        Footer         */
/*************************/

#footer {
	padding-top:5px;
	color:#ffffff;
	font-size:10px;
	line-height:24px;
	}	
#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration: none;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration: underline;
	}
