a { 
	color: #CC0000;
	text-decoration: none;
}
 
a:hover {
	color: #CC0000;
	text-decoration: underline;
}


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

h1 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h1 a {
	color: #CC0000;
	text-decoration: none;
}

h1 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

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

h2 a:hover {
	color: #000000;
	text-decoration: underline;
}

li {
	color: #000000;
	list-style-type: disc;
	margin-bottom:5px;
}

ol {
	color: #000000;
}

ul {
	color: #000000;
	list-style-type: disc;
}

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

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

.borderblankfull {
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.borderbody {
	border: 1px solid #000000;
	border-top-width: 0px;
	color: #000000;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.borderhead {
	background-color: #DD1B1B;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.borderhead  a {
	color: #FFFFFF;
	text-decoration: none;
}

.borderhead  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.mytext2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.mytext2 a {
	color: #CC0000;
	text-decoration: none;
}

.mytext2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.mytext3 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.mytext3 a {
	color: #999999;
	text-decoration: none;
}

.mytext3 a:hover {
	color: #CC0000;
	text-decoration: none;
}

.notice {
	background-color: #FFF1B7;
	border: 1px solid #FFCC00;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.pictureframe {
	border: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
}

.sectiontitle {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.sectiontitle a {
	color: #CC0000;
	text-decoration: none;
}

.sectiontitle a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.sectiontitle2 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.sectiontitle2 a {
	color: #CC0000;
	text-decoration: none;
}

.sectiontitle2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.smallsubmit {
	background-color: #CC0000;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.searchresultstitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

input {
	background-color: #F8F8F8;
	border: 1px solid #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

select {
	background-color: #F8F8F8;
	border: 1 solid #333333;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

textarea {
	background-color: #F8F8F8;
	border: 1px #666666 solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.submit {
	background-color: #CC0000;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.showcode {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* Admin Elements */

.tableborder {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}
 
.tablehead {
	background-color: #DD1B1B;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

.tablerow {
	font-weight: normal;
	color: Black;
	border-bottom: 1px solid #B2B2B2;
}

.leftcolumn {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
	
.rightcolumn {
	background-color: #FEFEFE;
	padding-left: 5px;
}

.oldprice {
	text-decoration: line-through;
}

.specialprice {
	color: #CC0000;
}

