/*** Standard Font Styles ***/

body
{
    background-color: Transparent;
}

h1
{
	font-family:"Century Gothic";
	font-weight:bold;
	color:white;
	font-size:30px;
	text-align:center;
}

h2
{
	font-family:"Century Gothic";
	font-weight:bold;
	color:RGB(247,214,23);
	font-size:24px;
	text-align:center;
	text-decoration: underline
}

h3
{
	font-family:"Century Gothic";
	font-weight:bold;
	color:RGB(247,214,23);
	font-size:20px;
	text-align:center;
	text-decoration: underline;
}

.para_tiny
{
	font-family:"Century Gothic";
	color:white;
	font-size:10px;
}

.para_small
{
	font-family:"Century Gothic";
	color:white;
	font-size:14px;
}

.para_small_bold
{
	font-family:"Century Gothic";
	color:white;
	font-weight:bold;
	font-size:14px;
}

.para_small_italic
{
	font-family:"Century Gothic";
	color:white;
	font-style:italic;
	font-size:14px;
}

.para_small_href
{
	font-family:"Century Gothic";
	color:white;
	font-size:14px;
	font-style:italic;
	text-decoration: underline;
}

.para
{
	font-family:"Century Gothic";
	color:white;
	font-size:18px;
}

.para_bold
{
	font-family:"Century Gothic";
	color:white;
	font-weight:bold;
	font-size:18px;
}

.para_italic
{
	font-family:"Century Gothic";
	color:white;
	font-style:italic;
	font-size:18px;
}

.para_href
{
	font-family:"Century Gothic";
	color:white;
	font-size:18px;
	font-style:italic;
	text-decoration: underline;
}

.para_large
{
	font-family:"Century Gothic";
	color:white;
	font-size:24px;
}

.para_large_bold
{
	font-family:"Century Gothic";
	color:white;
	font-weight:bold;
	font-size:24px;
}

.para_large_italic
{
	font-family:"Century Gothic";
	color:white;
	font-style:italic;
	font-size:24px;
}

.para_large_href
{
	font-family:"Century Gothic";
	color:white;
	font-size:24px;
	font-style:italic;
	text-decoration: underline;
}

.div
{	
	background-color:RGB(11,49,94);
	color:white;
	height:100%;
}

.div_border
{	
	background-color:RGB(11,49,94);
	border: 2px solid RGB(247,214,23);
	color:white;
	height:100%;
}
