@charset "utf-8";



/*		Main
------------------------------------------------------------*/

html 
{
overflow: scroll;
} 

body
{
	background: #13121a;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;
	font-size: 12px;
	color: #2A7CC0;
}

a:link
{
	text-decoration: none;
	color: #2A7CC0;
	font-size: 12px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;

}

a:visited
{
	text-decoration: none;
	color: #2A7CC0;
	font-size: 12px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;

}

a:hover
{
	text-decoration: underline;
	color: #2A7CC0;
	font-size: 12px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;

}

a:active
{
	text-decoration: underline;
	color: #2A7CC0;
	font-size: 12px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;

}

a:link.headline2
{
	text-decoration: none;
	color: #13121a;
	font-size: 20px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;

}

a:visited.headline2
{
	text-decoration: none;
	color: #13121a;
	font-size: 20px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;

}

a:hover.headline2
{
	text-decoration: underline;
	color: #13121a;
	font-size: 20px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;
}

a:active.headline2
{
	text-decoration: underline;
	color: #13121a;
	font-size: 20px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;
}

a:link.headline3
{
	text-decoration: none;
	color: #13121a;
	font-size: 14px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;

}

a:visited.headline3
{
	text-decoration: none;
	color: #13121a;
	font-size: 14px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;

}

a:hover.headline3
{
	text-decoration: underline;
	color: #13121a;
	font-size: 14px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;
}

a:active.headline3
{
	text-decoration: underline;
	color: #13121a;
	font-size: 14px;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;normal;
}

p 
{
	text-indent:8px;
	margin-top: 8px; 
	margin-bottom: 4px;
}

sm
{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
}

/*		Type
------------------------------------------------------------*/

.headline
{
	font-size: 15px;
	font-weight: bold;normal;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
}

.smalltext
{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
}

.shows
{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
	font-family: "Helvetica", sans-serif;
	color: #FFFFFF;
}


/*		Layout
-------------------------------------------------------*/
#box
{
	background-color: #2A7CC0;
}

#box2
{
	background-color: #2A7CC0;
	padding:12px;
}

#topper
{
	vertical-align: top;
}

#info
{
	border-bottom:solid;
	border-width:5px;
	border-color:#2A7CC0;
}

#infothin
{
	border-bottom:solid;
	border-width:1px;
	border-color:#2A7CC0;
}

#infothick
{
	border-bottom:solid;
	border-width:10px;
	border-color:#2A7CC0;
}