﻿body
{
	background-color: #d4d4d4;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0;
}

#Header
{
	background-color: #255F87;
	height: 64px;
	border-bottom: solid 1px #333;
}

#SupportNavi a:link, #SupportNavi a:visited
{
	color: #fff;
	text-decoration: none;
}

#SupportNavi a:active, #SupportNavi a:hover
{
	/*color: #B81549;*/
	color: #999;
	text-decoration: none;
}


.ContentContainer
{
	background-color: #fff;
	height: 400px;
}

.Content h1
{
	font-size: 14px;
}

.Content, .Content td
{
	font-size: 12px;	
}

.Content .Title
{
	font-size: 15px;
	font-weight: bold;
}

.LeftImageCell
{
	width: 200px;
}


/*
	System Styles
*/
.editcontent
{
	width: 550px;
	height: 380px;
	
	background-color: #FFFFFF;
	
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
	color: #646464;
	
	border-left: solid 1px #CDCDCD;
	border-right: solid 1px #CDCDCD;
}

.editcontent table,
.editcontent a,
.editcontent a:visited,
.editcontent a:active,
.editcontent a:hover
{
	color: #646464;
}

.editcontent b, .editcontent strong
{
	color: #767676;
}


#Footer
{
	background-color: #296089;
	height: 20px;
	text-align: center;
}
