/* CSS Document */

a {
	text-decoration:none;
	font-weight:bolder;
	color: #6E0E11;
	}
	
a:hover {
	color: #AD1E20;
	text-decoration: underline;
	}
		

.bodyText {
	line-height:15px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	}
	

.bodyTextRight {
	line-height:13pt;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	}

.navText {
	color: #FFFFFF;
	letter-spacing:normal;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
	}
	
.navText a{
	font-weight: bolder;
	text-decoration: none;
	color: #B9CFC6;
	}
	
.addressText {
	color: #FFFFFF;
	letter-spacing:normal;
	font-family: arial;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	}
	
.addressText a{
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.bottomText {
	color: #F6EBCD;
	letter-spacing:normal;
	font-family: arial;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
.bottomText a{
	font-weight: bold;
	text-decoration: none;
	color: #F6EBCD;
	}

.bottomText a:hover{
	text-decoration: underline;
	}
	
.titles {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
	}
	
.postcardText {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-top: 200px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 320px;
	background-image: url(../Images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: 1px;
}

.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}

