/*  TemplateName=CustomStyle.tpt */


/*  $Header: /home/cvs/cvsroot/site_data/001/00000001/static_data/css/CustomStyle.css,v 1.8 2003/07/24 23:47:39 paulj Exp $  */


/*


	These are the styles peculiar to this site. Any styles

	specified in this file will override the baseline

	styles for the Convio product. The styles	must be in

	this file so that they will be available in th

	Internet Exporer WYSIWYG HTML editor as well as in the

	Page Wrapper.


	Convio does not maintain this file once it has been

	delivered to the client.


*/


/* The following sets the default font styles.

	Explicit was added to fix a problem in NS4 that caused
	the font style to be lost after a checkbox or radio
	button. It is also useful for adding font style with
	a  element which won't do block rendering (and thus
	vertical whitespace).
*/

p, ul, ol, li {
	font-size: 1em;
	}

a, a:link, a:visited {
	color: #d28e00;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #d28e00;
	text-decoration: underline;
	}

h3 a, h3 a:link, h3 a:visited {
	color: #252525;
	}
	
h3 a:hover, h3 a:active {
	color: #d28e00;
	}

h4 a, h4 a:link, h4 a:hover, h4 a:active, h4 a:visited {
	color: #d28e00;
	}

div.appArea, div.cons-pers td, div.cons-prof, .appArea, .cons-pers, .cons-prof, form div.appArea, form div.cons-pers, form div.cons-prof {
	background: none;
	}