/* The general style for all the pages */
body {
	background-color: #93C7EC;
	margin-top: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/* This is the style for the belt */
#belt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #AF1619;
}
#belt a:link {
	color: #AF1619;
	text-decoration: none;
}
#belt a:visited {
	text-decoration: none;
	color: #AF1619;
}
#belt a:hover {
	text-decoration: none;
	color: #0142FF;
}
#belt a:active {
	text-decoration: none;
	color: #AF1619;
}

/* The style for the main color tags */

#maincolor {
	color: #FFFFFF;
	background-color: #0142FF;
}

#maincolor a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#maincolor a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#maincolor a:hover {
	color: #FFC827;
	text-decoration: none;
}

#maincolor a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* The style for the secondary color tags */

#secondarycolor {
	color: #000000;
	background-color: #ECECEC;
}

#secondarycolor a:link {
	color: #000000;
	text-decoration: none;
}

#secondarycolor a:visited {
	color: #000000;
	text-decoration: none;
}

#secondarycolor a:hover {
	color: #0142FF;
	text-decoration: none;
}

#secondarycolor a:active {
	color: #000000;
	text-decoration: none;
}

/* The style for the inventory display tags */


#inventorytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#inventorytitle a:link {	
	color: #000000;
	text-decoration: none;
}

#inventorytitle a:visited {
	color: #000000;
	text-decoration: none;
}

#inventorytitle a:hover {
	color: #FFC827;
	text-decoration: none;
}

#inventorytitle a:active {
	color: #000000;
	text-decoration: none;
}

.inventoryinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#inventoryinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#inventoryinfo a:link {
	color: #333333;
	text-decoration: none;
}

#inventoryinfo a:visited {
	color: #333333;
	text-decoration: none;
}

#inventoryinfo a:hover {
	color: #FFC827;
	text-decoration: none;
}

#inventoryinfo a:active {
	color: #333333;
	text-decoration: none;
}
.inventorycall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#formlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}

#formlinks a:link {	
	color: #333333;
	text-decoration: none;
}

#formlinks a:visited {
	color: #333333;
	text-decoration: none;
}

#formlinks a:hover {
	color: #FFC827;
	text-decoration: none;
}

#formlinks a:active {
	color: #333333;
	text-decoration: none;
}

