*	  { margin: 0; padding: 0; }

html      {  height:100%;
	     overflow-y: scroll;
	     overflow: -moz-scrollbars-vertical; }

body	  	{ background: #cccccc; color: #a1a1a1; font-family: Georgia, 'Times Roman', serif; font-size: 11pt;}

div#wrap  	{ width: 965px; background: #908f8f; color: #a1a1a1; margin-left: auto; margin-right: auto; margin-top: 10px;}

p		{ line-height: 1.5em; }
h3		{ font-size: 1.5em; }
h4		{ font-size: 1.3em; line-height: 1.25em;}
h5		{ font-size: 1.15em; margin: 0 0.5em .5em 0; line-height: 1.5em;}

.grey		{ color: #a1a1a1;}
.green		{ color: #acbc65;}
.purple		{ color: #651166;}
.center		{ text-align: center;}

a:link    		{  color: #a1a1a1; text-decoration: none;}
a:active  		{  color: #CCCCCC;}
a:visited 		{  color: #a1a1a1; text-decoration: none;}
a:hover 		{  color: #651166; text-decoration: underline;}

a.purple:link    	{  color: #651166; text-decoration: none}
a.purple:active  	{  color: #CCCCCC;}
a.purple:visited 	{  color: #651166; text-decoration: none;}

a.nav:link    		{  color: #908f8f; text-decoration: none;}
a.nav:active  		{  color: #CCCCCC; text-decoration: none;}
a.nav:visited 		{  color: #908f8f; text-decoration: none;}
a.nav:hover 		{  color: #651166; }

#linksOn		{  color: #777777;
			   cursor: default;
			   text-decoration: none; }

a.white:link		{  color: #ffffff; text-decoration: none;}
a.white:active  	{  color: #CCCCCC;}
a.white:visited 	{  color: #ffffff; text-decoration: none;}

p#white		{ padding: 40px 15px 0 0; text-align: right; font-size: 0.75em;}
