/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: "Monotype Corsiva", Calibri, "MS Sans Serif", "Times New Roman";
	font-size: 20px;
	color: #0099FF;
	margin-top: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/sand.png) repeat;
}
p {
	font-size: 18px;
	font-weight: bold;
}


/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{
	font-size: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
th{font-size: 12px;}
a:link {
	color: #EBC894;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #EBC894;
}
img {
	border: 1 solid #FF0000;
}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
