/* CSS Document: David Orchard media.html and articles.html pages */
body {
	background-color: #FFFFFF;
	background-image: url(images/2bg-pages.gif);
}

body, td, p { 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

a.heading:link, a.heading:visited {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.heading:hover, a.heading:active {
	background-color: transparent;
	color: #0099ff !important;   /* or cc9966 */
}

p {
	text-indent:0;
	margin-bottom:18px;
	line-height:15px;
}

.author {
	font-weight : bold;
	font-size : 11px;
}

.floatrightlink { 
	float : right; 
	font-size : 11px; 
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;

.source {
	font-style:italic;
	font-size:11px;
}

table.links td {
		padding-bottom : 0;
}

table.links td img {
		vertical-align:middle;
}

.title { 
	background-color:#ffffff;
	color:#cc0000;
	font-size:13px; 
	font-weight:bold;
} 

table.pageheading {
	margin : 5px auto 0 15px;
}

td.pageheading {
	height : 22px;
	background-color : #000066;
	color : #ffff99;
	font-size : 24px;
	font-weight : bold;
	font-family : Arial, Geneva, sans-serif;
	padding : 3px 0 5px 17px;
	margin-left : 15px;
}

.greentitle {
	background-color : transparent;
	color : #090;
	font-weight : bold;
	text-align : center
}


table.yellowbox {
	background-color : #ffc;
	color : #c03;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border : 1px double #99c;
	vertical-align : middle;
	padding : 20px !important;
}

table.yellowbox, td.yellowbox2 {
	text-align: center;
	padding : 15px 15px 0 15px;
	font-size : 1em;
}

table.yellowbox td.yellowbox2 h3 {
	background-color : #FFFFCC;
	color: c03;
}

td.yellowbox2 a.do-3:link, td.yellowbox2 a.do-3:visited {
	background-color : transparent;
	color : #0066cc !important;
	font-weight : bold;
	text-decoration : underline;
}

td.yellowbox2 a.do-3:hover {
	background-color : transparent;
	color : #3399ff !important;
	text-decoration : none;
}