/* Generic styling */
body			{	font-family : Verdana, Arial, Helvetica, sans-serif ;
				font-size : 11px ;
				color : #ffffff ;
				background-color : #000000 ;
				margin : 0px ; }

b, strong		{	font-weight : bold ; }

cite			{	font-style : normal ; }

i, em			{	font-style : italic ; }

u			{	text-decoration : underline ; }

hr			{	color : #cccccc ;
				height : 1px ; }

h1			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 13px ;
				font-style : bold ; }

h1#Home			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 13px ;
				font-style : bold ; }

h2			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 11px ; }

h3			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 11px ; }

h4			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 11px ; }

h5			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 11px ; }

h6			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 11px ; }

code			{	font-family : Courier, "Courier New", fixed-width, monospace ;
				font-size : 9px ; }

pre			{	font-family : Courier, "Courier New", fixed-width, monospace ;
				font-size : 9px ; }

small			{	font-size : 80% ; }

td			{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 12px ; }

input, select, textarea	{	font-family : Arial, Helvetica, sans-serif ;
				font-size : 11px ;
				color : #000000 ; }


/* Generic styles for content cells */

td.Content		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 11px ;
				color : #ffffff ; }

#Footer			{	font-size : 11px ;
				color : #cc9900 ; }


/* For data tables */

table.data td		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
				font-size : 80% ; }

table.data th		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
				font-size : 90% ;
				font-weight : bold ; }


/* For styling form elements */
input.b			{	font-family : arial, sans-serif ;
				font-size : 12px ; }

input.t, textarea.t, select.t
			{	font-family : arial, sans-serif ;
				font-size : 13px ; }

/* For application errors */
.error			{	color : #ff0000 ; }


/* Main navbar styling  This is for top navigation */
#PriNav a		{	display : block ;
				background-image:url(images/header/banner_bg_hover.html); }

#PriNav a:link		{	background-image:url(images/header/banner_bg.html); }

#PriNav a:visited	{	background-image:url(images/header/banner_bg.html); }

#PriNav a:hover		{	background-color : #660000 ;
				background-image:url(images/header/banner_bg_hover.html);
				background-repeat:repeat-x; }


/* Index list of text from Creative Stuff section */
p#IndexList		{	font-family : Verdana, Geneva, Arial, sans-serif ;
				font-size : 11px ;
				font-weight : bold ;
				color : #cccccc ;
				text-align : right ;
				width : 200px ;
				float : right ;
				clear : right ; }

#IndexThumbs		{	font-size : 10px ; }


/* Index list of text from Creative Stuff section */
p#SubNav, p#SubSubNav	{	font-family : Verdana, Geneva, Arial, sans-serif ;
				font-size : 11px ;
				font-weight : bold ;
				color : #cc9900 ; }

p#SubNav		{	text-align : right ;
				float : right ; }

p#SubSubNav		{	text-align : left ; }


/* All content links, or unstyled links */
a			{	color : #cc9900 ; }

a:link			{	color : #cc9900 ;
				text-decoration : underline ; }

a:hover			{	color : #ff0000 ;
				text-decoration : underline ; }

a:visited		{	color : #cc9900 ;
				text-decoration : underline ; }

/* Links in Index views from Creative Pages */
p#IndexList a		{	color : #ff0000 ;
				font-weight : bold ; }

p#IndexList a:link	{	color : #ff0000 ;
				text-decoration : none ; }

p#IndexList a:visited	{	color : #ff0000 ;
				text-decoration : none ; }

p#IndexList a:hover	{	color : #cc9900 ;
				text-decoration : none ; }


/* SubNavigation */
p#SubNav a, p#SubSubNav a
			{	color : #ff0000 ;
				font-weight : bold ; }

p#SubNav a:link, p#SubSubNav a:link
			{	color : #ff0000 ;
				text-decoration : none ; }

p#SubNav a:visited, p#SubSubNav a:visited
			{	color : #ff0000 ;
				text-decoration : none ; }

p#SubNav a:hover, p#SubSubNav a:hover
			{	color : #cc9900 ;
				text-decoration : none ; }
