/* assigned to reg html */

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.small1 {
	background-color: #000099;
	color: #ffcc00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 12px;
}

a:visited.small1 {
	background-color: #000099;
	color: #ffcc00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 12px;
}

a:hover.small1 {
	background-color: #000099;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 12px;
}

a.button1 {
	background-color: #000099;
	color: #ffcc00;
	font-size: 125%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

a:visited.button1 {
	background-color: #000099;
	color: #ffcc00;
	font-size: 125%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

a:hover.button1 {
	background-color: #000099;
	color: white;
	font-size: 125%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}


/* assigned to divs + spans */

.company {
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 54px;
	color: #FFFFFF;
	background-color: #000099;
	font-weight: bolder;
	line-height: 54px;
}

.country {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
}

.pic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
}

.inv {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/chalk.jpg);
}

.contact {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
}

.fineprint {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 10px;
}

.cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.newinv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #990000;
}

.page_no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.contactbanner {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	background-color: #000099;
}
.maintext {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
}
.sidebar {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.midSubHead {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.countryWhite {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
}

