
	* {
		font-family:'myriad pro',helvetica,arial,sans serif;
		color:#333;
	}
	
	h1,h2,h3 {
		display:inline;
	}
	
	img {
		border:0px solid black;
	}
	
	.mainbutton	{
		padding-top:2px;
		vertical-align:middle;
		text-align:center;
		white-space:nowrap;
		font-family:'myriad pro',helvetica,arial,sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#fff;
		text-shadow:#fff 2px 2px 8px;
	}
	
	.focus {
		text-shadow:#000 2px 2px 5px;
	}
	
	.nifty_standard {
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}
	
	.nifty_small {
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
	}
	
	.nifty_tiny {
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	}
	
	h1,h1.normal {
		font-size:35px;
		font-weight:bold;
		margin:0px;
	}
	h1.normal {
		font-weight:normal;
	}
	
	h2,h2.normal {
		font-size:22px;
		font-weight:bold;
		margin:0px;
	}
	h2.normal {
		font-weight:normal;
	}
	
	h3,h3.normal {
		font-size:16px;
		font-weight:bold;
		margin:0px;
	}
	h3.normal {
		font-weight:normal;
	}
	h3.larger {
		font-size:20px;
	}
	
	
	p {
		font-size:14px;
	}
	
	p.normal {
		text-indent:10px;				
	}
	
	p.small {
		font-size:12px;				
	}
	
	
	.subtext {
		font-size:10px;	
	}
	
	a {
		text-decoration:underline;
		border:0px solid black;
	}
	
	a.nostyle {
		color:#333;
		color:inherit;
	}
	
	a.button {
		text-decoration:none;
		color:inherit;
	}
	
	a.more {
		font-size:10px;
		text-decoration:none;
		padding-left:5px;
		color:blue;
	}
	
	.brandname {
		/*font-size:larger;*/
		font-weight:bold;
	}
	
	.brandmark {
		color:red;
	}
	
	.footer {
		text-align:center;
		font-size:10px;
		color:#999;
	}
	
	.q {
		font-size:30px;
		font-weight:bold;
		color:red;
		vertical-align:top;
	}
	
	.formlabel {
		text-align:right;
	}
	
	.a {
		font-size:30px;
		font-weight:bold;
		color:black;
		vertical-align:top;
	}
	
	li.standard {
		padding-bottom:10px;
		list-style-image:url(../images/bullet.png);
	}
