/* @override http://www.mrstitch.com.au/styles.css */

.bodybg  { color: #333333; margin: 0; padding: 0;
	background: #ffffff url(images/MPSplash.gif) no-repeat scroll center center;
}

/* @group General Styles */

td,tr,p,div   { color: #8b9298;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
}
h1,.contentheading,.componentheading  { color: #8b9298; font-size: 16px }
	h2 { color: #8b9298; font-size: 15px }
	h3 { color: #8b9298; font-size: 13px }
	h4 {
	color: #8b9298; 
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #8b9298; 
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #8b9298; 
	font-size: 12px; font-weight: bold;
	}

/* @end */

/* @group Mr Stitch */

.stitchtext {
	background: url(images/stitch-text.gif) no-repeat scroll left top;
	padding-top: 250px;
	padding-left: 50px;
	height: 375px;
}

a:link, a:visited   { color: #00bce4; text-decoration: none }

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

/* @end */

/* @group Michael Q Pham */

.michaelpham table {
	height: 100%;
}

.padout {
	height: 100px;
}

.email {
	height: 200px;
}

.email a:link, .email a:visited {
	padding-top: 0;
	color: white;
	font-size: 0;
	opacity: 0;
	display: block;
	height: 200px;
}

.email a:hover {
	text-decoration: none;
	color: white;
}

.links {
	padding-left: 75px;
	height: 100px;
	padding-top: 30px;
}

.links a:link, .links a:visited {
	color: #000;
}

.links a:hover {
	
}

/* @end */