/* CSS Document */

/* Global CSS Styles */
a {text-decoration:underline; color:#883c3b; }
a:hover {text-decoration:underline; color: #000000; }

body,tr,td {
		font-family: Arial, sans-serif; 
		font-size: 12px;
		color: #000000;
		text-align:left; /*NEW*/
}
.copy {
		padding: 0px 25px 0px 35px;
		line-height:15px;
}
.copyleft {
      font-family:arial,serif;
		font-size:14px;
		padding:0px;
		line-height:20px;
}
.copyleftsmall {
      font-family:arial,serif;
		font-size:11px;
		padding:0px;
		line-height:16px;
}
.copysmallitalic {
      font-family:Arial, sans-serif;
		font-size: 10px;
		font-style:italic;
}

/* Titles */
h1 { 
      font-family:arial,serif;
      font-size: 17px; 
      font-weight:800; 
		text-align:center;
		text-transform:uppercase;
		color:#4A4646;
		letter-spacing:1px;
		word-spacing:2px;
		width:100%;
		padding-top:10px;
}
h2 { 	font-size: 14px; font-weight: bold; }
h3 { 	font-size: 12px; font-weight: bold; }

/* Formats for video clips */
vidtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

vidtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

vidheadcolor {
	background:#E0D0B2;
}

vidbody {
	background:#ECE3D1;
}