<style type="text/css">
.dummy{}

body {
    margin: 0px
}

/* ========================================================== */
/* -- BEGIN Styles specific to Vaughn Industries -- */
/* ========================================================== */

	.LIC {
			font-size: 7pt;
			color: #ffffff;
			font-family: arial, helvetica, sans-serif;
		}

	/* Used as the title for each page */
		.errormedium {
			font-size: 10pt;
			color: red;
			font-family: arial, helvetica, sans-serif;
		}
	/* ------------------------------------- */


	/* Used as the title for each page */
		.tableheading {
			font-weight: bold;
			font-size: 12pt;
			color: #d70c29;
			background-color: #eeeecc;
			font-family: arial, helvetica, sans-serif;
		}
	/* ------------------------------------- */

	/* Used as the title for each page */
		.pagetitle {
			font-weight: bold;
			font-size: 18pt;
			color: #d70c29;
			text-align: right;
			font-style: italic;
			font-family: arial, helvetica, sans-serif;
		}
	/* ------------------------------------- */
	/* Used as the subtitle for each page */
		.pagesubtitle {
			font-weight: bold;
			font-size: 14pt;
			color: #d70c29;
			font-family: arial, helvetica, sans-serif;
		}
	/* ------------------------------------- */

	/* Used to display the sidebar sub items */
		.hiddensection {
			display: none;
		}
		.showsection {
			display: block;
		}
	/* ------------------------------------- */

	/* Background images */
		.horizontal {
			background-image: url(/images/redbackground.gif);
			background-repeat: repeat-x;
			background-color: #d70c29;
		}
		.vertical {
			background-image: url(/images/background.jpg);
			background-repeat: repeat-y;
			background-color: #ffffff;
		}
	/* ------------------------------------- */



	/* ================================================ */
	/* BEGIN ** [ Site Links ] ** STYLES */
	/* ================================================ */

	/* ================================================ */
	/* END ** [ Site Links ] ** STYLES */
	/* ================================================ */



	/* ================================================ */
	/* BEGIN ** [ UNKNOWN - Need to define what these are used for ] ** STYLES */
	/* ================================================ */
		.footer {
			font-size: 9pt;
			color: #ffffff;
			font-family: arial, helvetica, sans-serif;
		}

		.footerred {
			font-size: 9pt;
			vertical-align: bottom;
			color: #d70c29;
			font-family: arial, helvetica, sans-serif;
		}

		.tag {
			font-weight: bold;
			font-size: 13pt;
			color: #b2b2b2;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 0.3cm;
			font-family: myriad, arial, helvetica, sans-serif;
		}

		.couponborder {
			border-style=dashed;
		}
	/* ================================================ */
	/* END ** [ UNKNOWN - Need to define what these are used for] ** STYLES */
	/* ================================================ */


	/* ================================================================================= */


	/* ================================================ */
	/* BEGIN ** [ mediumwhite ] ** STYLES */
	/* ================================================ */
		.mediumwhite {
			font-size: 10pt;
			color: FFFFFF;
			font-family: arial, helvetica, sans-serif;
		}
		.mediumboldwhite {
			font-size: 10pt;
			color: FFFFFF;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.mediumitalicwhite {
			font-size: 10pt;
			color: FFFFFF;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.mediumbolditalicwhite {
			font-size: 10pt;
			color: FFFFFF;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ mediumwhite ] ** STYLES */
	/* ================================================ */

	/* ================================================ */
	/* BEGIN ** [ mediumred ] ** STYLES */
	/* ================================================ */
		.mediumred {
			font-size: 10pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
		}
		.mediumboldred {
			font-size: 10pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.mediumitalicred {
			font-size: 10pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.mediumbolditalicred {
			font-size: 10pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ mediumred ] ** STYLES */
	/* ================================================ */

	/* ================================================ */
	/* BEGIN ** [ smallred ] ** STYLES */
	/* ================================================ */
		.smallred {
			font-size: 8pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
		}
		.smallboldred {
			font-size: 8pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.smallitalicred {
			font-size: 8pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.smallbolditalicred {
			font-size: 8pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ smallred ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ largered ] ** STYLES */
	/* ================================================ */
		.largered {
			font-size: 13pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
		}
		.largeboldred {
			font-size: 13pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.largeitalicred {
			font-size: 13pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.largebolditalicred {
			font-size: 13pt;
			color: d70c29;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ largered ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ ACE links ] ** STYLES */
	/* ================================================ */
		a.acelink {
			color: #000000;
			text-decoration: none;
		}
		a.acelink:hover {
			color: #000000;
			text-decoration: underline;
		}
		a.acelink:visited {
			color: #000000;
			text-decoration: none;
		}
		a.acelink:hover {
			color: #000000;
			text-decoration: underline;
		}
	/* ================================================ */
	/* END ** [ ACE links ] ** STYLES */
	/* ================================================ */



	/* ================================================ */
	/* BEGIN ** [ Intranet links ] ** STYLES */
	/* ================================================ */
		a.intralink {
			color: #FFFFFF;
			text-decoration: underline;
		}
		a.intralink:hover {
			color: #FFFFFF;
			text-decoration: none;
		}
		a.intralink:visited {
			color: #FFFFFF;
			text-decoration: underline;
		}
		a.intralink:hover {
			color: #FFFFFF;
			text-decoration: none;
		}
	/* ================================================ */
	/* END ** [ Intranet links ] ** STYLES */
	/* ================================================ */


/* ========================================================== */
/* -- END Styles specific to Vaughn Industries -- */
/* ========================================================== */





/* ---------------------------------------------------------------------------------
-- BEGIN Site specific styles --
-- DO NOT ADD/REMOVE/RENAME STYLES FROM THIS AREA --
------------------------------------------------------------------------------------ */

	/* ================================================ */
	/* BEGIN ** [ xxsmall ] ** STYLES */
	/* ================================================ */
		.xxsmall {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xxsmallbold {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xxsmallitalic {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xxsmallbolditalic {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xxsmall ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ xsmall ] ** STYLES */
	/* ================================================ */
		.xsmall {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xsmallbold {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xsmallitalic {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xsmallbolditalic {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xsmall ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ small ] ** STYLES */
	/* ================================================ */
		.small {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
		}
		.smallbold {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.smallitalic {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.smallbolditalic {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ small ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ medium ] ** STYLES */
	/* ================================================ */
		.medium {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
		}
		.mediumbold {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.mediumitalic {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.mediumbolditalic {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ medium ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ large ] ** STYLES */
	/* ================================================ */
		.large {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
		}
		.largebold {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.largeitalic {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.largebolditalic {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ large ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ xlarge ] ** STYLES */
	/* ================================================ */
		.xlarge {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xlargebold {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xlargeitalic {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xlargebolditalic {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xlarge ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ xxlarge ] ** STYLES */
	/* ================================================ */
		.xxlarge {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xxlargebold {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xxlargeitalic {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xxlargebolditalic {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xxlarge ] ** STYLES */
	/* ================================================ */


	/* ================================================================================= */


	/* ================================================ */
	/* BEGIN ** [ background ] ** STYLES */
	/* ================================================ */
		.row1 {	
			background-color: #EBEBA5;
		}
		.row2 {	
			background-color: #A2DBE7;
		}
		.row3 {	
			background-color: #99CC66;
		}
		.rowselected {	
			background-color: #EE5019;
		}
	/* ================================================ */
	/* END ** [ background ] ** STYLES */
	/* ================================================ */


	/* ================================================================================= */


	/* ================================================ */
	/* BEGIN ** [ Common links ] ** STYLES */
	/* ================================================ */
		a.link {
			color: #d70c29;
			text-decoration: underline;
		}
		a.link:hover {
			color: #d70c29;
			text-decoration: none;
		}
		a.link:visited {
			color: #d70c29;
			text-decoration: underline;
		}
		a.link:hover {
			color: #d70c29;
			text-decoration: none;
		}
	/* ================================================ */
	/* END ** [ Common links ] ** STYLES */
	/* ================================================ */


	/* ================================================================================= */


	/* ================================================ */
	/* BEGIN ** [ Button/Box ] ** STYLES */
	/* ================================================ */
		.mono {
			font-family: monospace;
		}
		.monoborder {
			font-family: monospace;
			border-style: solid;
			border-width: 1px;
			border-color: #000000;
		}
		.submit {
			font-family: arial;
			border-style: solid;
			border-width: 1px;
			border-color: #000000;
		}
		.reset {
			font-family: arial;
			border-style: solid;
			border-width: 1px;
			border-color: #000000;
		}
	/* ================================================ */
	/* END ** [ Button/Box ] ** STYLES */
	/* ================================================ */


	/* ================================================================================= */


	/* ================================================ */
	/* BEGIN ** [ HTML ] ** STYLES */
	/* ================================================ */
		hr {
			color: #000000;
			height: 1px;
		}
	/* ================================================ */
	/* END ** [ HTML ] ** STYLES */
	/* ================================================ */


	/* ================================================================================= */

/* ---------------------------------------------------------------------------------
-- END Site specific styles --
-- DO NOT ADD/REMOVE/RENAME STYLES FROM THE ABOVE AREA --
------------------------------------------------------------------------------------ */
</style>