@charset "utf-8";
/* CSS Document */
/* Code13Consulting Amateur Package Demo - by James Gordon (james@code13consulting.co.uk */

body				{ background-color: #000000; font-size: 10pt; color #FFFFFF; font-family: Verdana, sans-serif }
table, tr, td, p	{ font-size: 8pt; background-color: #FFFFFF }

.banner				{ padding: 0; background-image: url(images/banner.jpg) background-repeat: repeat; width: 764; height: 146 }

.menubar			{ background-color: #FFC000; border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000; color: #000000; text-align:center }
.menubar a, .menubar a:active, .menubar a:visited
					{ background-color: #FFC000; color: #000000; text-decoration: none; font-size: 8pt; text-transform: uppercase; font-weight: bold; line-height: 20px; padding-left: 5px; padding-right: 5px; }
.menubar a:hover	{ text-decoration: underline }

.maintitle			{ background-color: #FFC000; color: #000000; font-size: 10pt; font-weight: bold; text-transform: uppercase; border: solid 1px #000000 }

.columns p, .columns table, .columns tr, .columns td			
					{ background-color: #000000; color: #FFFFFF; vertical-align:top; text-align:center }
.columns a, .columns a:active, .maintext a:visited
					{ color: #FFFFFF; text-decoration: underline }
.columns a:hover
					{ color: #FFC000; text-decoration: underline }

.maintext			{ background-color: #FFFFFF; color: #000000; border: solid 1px #000000 }
.maintext p, .maintext table, .maintext tr, .maintext td			
					{ background-color: #FFFFFF; color: #000000 }
.maintext a, .maintext a:active, .maintext a:visited
					{ text-decoration: underline; color: #3A3A3A }
.maintext a:hover	{ color: #FFC000 }

.footer				{ background-color: #FFC000; color: #000000; font-size: 7pt }