/* 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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-image:url(../../../templates/jaggss/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

/*  Global Formatting */
h1 {font-size:24px; font-family: Arial, Helvetica, sans-serif; color: #c75e2a; line-height: 1em;font-weight: 200; text-transform:uppercase;}
h2 {font-size:18px; font-family: Georgia, "Times New Roman", Times, serif;  color:#666666; line-height: 1.5em;font-weight: 200; font-style: italic;}
h3 {font-size:18px; font-family: Georgia, "Times New Roman", Times, serif; color: #c75e2a; line-height: 1em;font-weight: 200;}
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: 14px; padding: 10px;}
th{font-size: 14px;}
a {color: #000000; text-decoration:none; font-size:14px; padding-right: 10px;}
a:hover {color: #c75e2a; padding-right: 10px;}
a:visited {}
a:active {color: #000000; padding-right: 10px;}
a.image, a.image:hover  {border:0;}

td.buttonheading {border: 0px none;

}

td.buttonheading img {
	border: 0px none;
}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
 