@charset "UTF-8";
/* CSS Document */

/* Small */

.text-small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	
	text-align: center;
}

.text-small a:link
{
	color: #FFF;
	text-decoration: none;
}

.text-small a:visited
{
	text-decoration: none;
	color: #FFF;
}

.text-small a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.text-small a:active
{
	text-decoration: none;
	color: #FFF;
}

/* Really small */

.text-really-small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
	
	text-align: center;
}

.text-really-small a:link
{
	color: #FFF;
	text-decoration: none;
}

.text-really-small a:visited
{
	text-decoration: none;
	color: #FFF;
}

.text-really-small a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.text-really-small a:active
{
	text-decoration: none;
	color: #FFF;
}

/* Title */

.text-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	
	text-align: center;
}

.text-title a:link
{
	color: #FFF;
	text-decoration: none;
}

.text-title a:visited
{
	text-decoration: none;
	color: #FFF;
}

.text-title a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.text-title a:active
{
	text-decoration: none;
	color: #FFF;
}

/* Sign-in/sign-out */

.text-session
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
	text-align: right;
}

.text-session a:link
{
	color: #000;
	text-decoration: none;
}

.text-session a:visited
{
	text-decoration: none;
	color: #000;
}

.text-session a:hover
{
	text-decoration: underline;
	color: #000;
}

.text-session a:active
{
	text-decoration: none;
	color: #000;
}