/* Styles for all pages */


/* General Settings */

body {
	margin:				0px;
	padding:			0px;
	background-color:	#e1e1e1;
	color:				#404040;
	font-family:		"arial","sans-serif";
	font-size:			small;
}

img {
	margin:				0px;
	padding:			0px;
	border:				0px;
}

hr {
	clear:				both;
	margin:				0px 0px 10px 0px;
	padding:			0px;
	height:				1px;
	border:				0px;
	border-top:			1px solid #c3c3c3;
}

h1,h2,h3,h4,h5,h6 {
	margin:				0px;
	padding:			0px;
}

h1 {
	font-size:			xx-large;
}

h2 {
	font-size:			x-large;
}

h3 {
	font-size:			large;
}

h4 {
	font-size:			medium;
}

h5 {
	font-size:			small;
}

h6 {
	font-size:			x-small;
}

p {
	margin:				0px;
	padding:			0px;
}

ul {

}

ul li {

}


/* Red */

span.red {
	color:				#ff0000;
}


/* Regular Links */

a:link, 
a:visited, 
a:active {
	color:				#0072BC;
	text-decoration:	none;
}

a:hover {
	color:				#0072BC;
	text-decoration:	underline;
}


/* Special Links */

a.special:link,
a.special:visited,
a.special:active {
	color:				#ff0000;
	text-decoration:	none;
}

a.special:hover {
	color:				#ff0000;
	text-decoration:	underline;
}


/* Order Links */

a.order:link, 
a.order:visited, 
a.order:active {
	color:				#ff0000;
	text-decoration:	none;
}

a.order:hover {
	text-decoration:	underline;
}


/* H4 Links */

h4 a:link,
h4 a:visited,
h4 a:active {
	color:				#c00000;
	text-decoration:	none;
}

h4 a:hover {
	text-decoration:	underline;
}

