/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
	font-family		: Verdana, Geneva, Sans-Serif;
	font-size		: 12px;
}

h1 
{
}

h2 
{
	font-weight		: bold;
	text-transform	: uppercase;
}

h3 
{
	font-weight		: bold;
	font-family		: Georgia, Serif;
	text-transform	: uppercase;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	text-decoration	: none;
}

a:visited 
{
	text-decoration	: none;
}

a:hover 
{
	text-decoration	: underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

#whatsNew h3
{
	font-size		: 12px;
	text-transform	: none;
	font-family		: Verdana, Geneva, Sans-Serif;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

#whatsNew .desc
{
	font-weight		: bold;	
}

/*___ UL _________________________________________________________________*/

#header .menu,
#footer .menu
{
	font-weight		: bold;
	text-transform	: uppercase;
}

#footer .menu
{
	font-size		: 10px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#briefs .tabbed li
{
	text-transform	: uppercase;
	font-size		: 10px;
	font-weight		: bold;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header .menu a,
#footer .menu a,
#header .menu a:visited,
#footer .menu a:visited
{
	text-decoration	: none;
}

#header .menu a:hover,
#footer .menu a:hover
{
	text-decoration	: underline;
}

#contact,
#contact:visited
{
	font-weight		: bold;
	text-transform	: uppercase;
	text-decoration	: none;
}

#contact:hover
{
	text-decoration	: underline;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

.primary th
{
	font-weight	: bold;
}

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
