/* Undo existing styles
======================================================================*/
a img,:link img,:visited img { border: none; }
button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th {font-size: 1em; }
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, 
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0px; padding: 0px; }


/* INFORMATION
======================================================================
COLORS
NO other colors should exist other than the ones listed below:

	Collectors-Society
	======================
	#530425
	#7D194F - text links only
		TAN variations
		======================
		#807E6D
		#ADAD98
		#96927D
		#D2CFBB
		#F1EFE3
		
	NGC
	======================
	#001B58
	#113381 - text links only
	
	CGC
	======================
	#530005
	#800000 - text links only
	
	PMG
	======================
	#0B4F09
	#0B7F09 - text links only
	
*/



body{
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h1, h2, h3{font-weight: bold;}

h1 {
	color: #660000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2 {
	color: #660000;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3 {
	color: #660000;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #660000;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}

h5 {
	color: #4c4a40;
	font-size: 12px;
	text-transform: uppercase;
}

p {}
a {outline: none;}
a:hover {}
a img {border: none;}

ul {margin: 0px 0px 15px 25px;}
p + ul {margin-top: -10px;}
ul li {}
ul li ul  {}
ul li ul li {}
ol {margin: 0px 0px 15px 35px;}
p + ol {margin-top: -10px;}
ol li {}
ol li ol  {}
ol li ol li {}

input[type=text], input[type=password]
{
	border: 1px solid #c6ba84;
	font-size: 11px;
}

input[type=submit], .linkButton {
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	padding: 5px;
	text-transform: uppercase;
	cursor:pointer;
}

.linkButton {text-decoration:none;}

input.readonly {background-color:#ddd;}

