/* site designed and implemented by siquis, limited.
http://www.siquis.com
contact: info@siquis.com */

/* Basic Layout
--------------------------------------------------------------- */
body {
	background-image: url();
	background-color: #FFF;
	}


/* Link Styles
--------------------------------------------------------------- */
a:link, a:visited { color: #F60; text-decoration: underline; }
a:hover, a:active { color: #F90; text-decoration: none; }


/* Nav Styles
--------------------------------------------------------------- */
td#nav { background: #003c7b; }
	
	
/* Paragraph Styles
--------------------------------------------------------------- */
.style1 {
	color: #093C79;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 12px;
	}
.style2 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 12px;
	}
.style3 {
	color: #093C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;	
	}
.style4 {
	color: #093C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}


/* Special Table Styles
--------------------------------------------------------------- */
/* Size Table */
table#size_chart {
	margin-bottom: 10px;
	border: collapse;
	border-right: 1px solid #b1dff4;
	border-bottom: 1px solid #b1dff4;
	border-left: 1px solid #b1dff4;
	}
table#size_chart th {
	padding: 2px 5px;
	background: #b1dff4;
	border-right: 1px solid #FFF;
	color: #093C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}
table#size_chart td {
	padding: 2px 5px;
	border-right: 1px solid #b1dff4;
	color: #093C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	}
table#size_chart th.last_child,
table#size_chart td.last_child {
	border-right: none;
	}