﻿body
{
	background-color:Black;
	background-image:url(images/BG.gif);
}

.LeftBorder
	{
	border-right: 1px solid #000000;
	}

	
.TopBorder
	{
	border-top: 1px solid #000000;
	}
		
.splashbt
{
	font-size :11px;
	color : #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
}
	
.splashbt a
{
	font-size :11px;
	color : #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.splashbt a:hover
{
	font-size :11px;
	color : #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}


.CopyRight
{
	background-color:#000000;
	height:35px;
	padding-left:20px;
}

.Logout a
{
	color:Black;
	text-decoration:none;
}

.Logout a:hover
{
	color:#FA0017;
	text-decoration:underline;
}

.LeftLink a
{
	display:block;
	padding-top:15px;
	color : #505154;
	text-decoration : none; 
	font-weight : bold;
	border-bottom:solid 1px #ffffff;
}

.LeftLink a:hover
{
	display:block;
	padding-top:15px;
	color : #FA0017;
	text-decoration : none; 
	font-weight : bold;
	border-bottom:solid 1px #FA0017;
}

.LeftLinkActive a,.LeftLinkActive a:hover
{
	display:block;
	padding-top:15px;
	color : #FA0017;
	text-decoration : none; 
	font-weight : bold;
	border-bottom:solid 1px #FA0017;
}


.clickhere
{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:3px;
	color:#505154;
	text-decoration : none; 
	font-weight : bold;
	text-decoration:none;
	line-height:25px;
}

.clickhere:hover
{
	background-image:url(images/arrow-hover.gif);
	background-repeat:no-repeat;
	color:#ff0000;	
	text-decoration : none;
	font-weight : bold;
	border-bottom:solid 1px #ff0000;
}