body {background-color: #ffffff; margin: 0px;}
td,th {font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: #666666;}
.tableheight {height: 100%;}

/* Logo - Big */
.morgan {font-family: Arial; font-size: 30px; color: #ff0000; font-weight: bold;}
.morgan2 {font-family: Arial; font-size: 30px; color: #D60404; font-weight: bold;}
.photography {font-family: Arial; font-size: 30px; color: #000000; font-weight: bold;}
.morgan-med {font-family: Arial; font-size: 20px; color: #ff0000; font-weight: bold;}
.photography-med {font-family: Arial; font-size: 20px; color: #000000; font-weight: bold;}
.copyright-morgan {font-family: tahoma, Arial; font-size: 10px; color: #ff0000;}
.copyright-photography {font-family: tahoma, Arial; font-size: 10px; color: #000000;}

/* Nav */
.navlinks {font-family: Arial; font-size: 12px; color: #9DAD20;}
.navlinks:link {font-family: Arial; font-size: 12px; color: #9DAD20; text-decoration:none;}
.navlinks:visited {font-family: Arial; font-size: 12px; color: #9DAD20; text-decoration:none;}
.navlinks:hover {font-family: Arial; font-size: 12px; color: #000000; text-decoration:none;}
.navlinks:active {font-family: Arial; font-size: 12px; color: #000000; text-decoration:none;}

.sellinks {font-family: Tahoma, Arial; font-size: 11px; color: #ff0000;}
.sellinks:link {font-family: Tahoma, Arial; font-size: 11px; color: #ff0000; text-decoration:none;}
.sellinks:visited {font-family: Tahoma, Arial; font-size: 11px; color: #ff0000; text-decoration:none;}
.sellinks:hover {font-family: Tahoma, Arial; font-size: 11px; color: #ff0000; text-decoration:none;}
.sellinks:active {font-family: Tahoma, Arial; font-size: 11px; color: #ff0000; text-decoration:none;}

/* Misc */
.headings {font-family: Arial; font-size: 15px; color: #000000; font-weight: bold; font-style:italic; border-bottom: 1px solid #ffffff;}
.smallhome {font-family: tahoma, Arial; font-size: 10px; color: #000000;}
.smallcontact {font-family: tahoma, Arial; font-size: 11px;	color: #ffffff;	font-weight: bold;}
.smallgallery {font-family: tahoma, Arial; font-size: 10px; color: #ffffff;}
.copyright {font-family: tahoma, Arial; font-size: 10px; color: #C9D08A;}

/* Colours */
.thintdbg {background-color: #C9D08A;}
.black-bg {background-color: #000000;}
.white-bg {background-color: #ffffff;}
.left-bg {background-color: /*#aaaaaa;*/ #ffffff;}
.right-bg {background-color: #eeeeee;}

/* Contact Form */
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9D08A;
	background-color: #ffffff;
	border: 1px #C9D08A solid;
	width: 170px;
	height: 150px;
	padding: 2px;
	overflow: auto
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9D08A;
	background-color: #ffffff;
	border: 1px #C9D08A solid;
	width: 170px;
	height: 75px;
	padding: 2px;
	overflow: auto
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9D08A;
	background-color: #ffffff;
	border: 1px #C9D08A solid;
	width: 170px;
	height: 18;
	padding: 2px;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #C9D08A;
	border: 1px #999999 solid;
	width: 100px;
	height: 18;
	cursor: pointer;
}
