html, body, #AjaxPanel, #frmMain
{
	font-family: Arial;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0;
	background-color: #BBF1FF;
}
#container
{
	width: 769px;
	min-height: 700px;
	background-image: url(Imagens/contBack.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#menu
{
	width: 145px;
	float: left;
}
.BlockImage
{
	display: block;
}
#right
{
	float: right;
	width: 624px;
	text-align: left;
}
#contents
{
	width: 550px;
	padding-left: 8px;
}
#SectionTitle
{
	margin: 0 auto;
	text-align: center;
	color: #2F63FF;
	font-size: 20px;
}
#copyright
{
	width: 769px;
	margin: 0 auto;
}

p
{
	color: Black;
	font-size: 12px;
	text-align: justify;
	padding: 0px 5px 0px 5px;
}
a
{
	font-size: 12px;
	color: Blue;
}
a:hover
{
	text-decoration: none;
}
img
{
	display: block;
}

.contactsTable
{
	width: 560px;
	font-size: 12px;
}
.contactsCaption
{
	font-weight: bold;
	text-align: right;
	width: 120px;
}
.contactsBox
{
	width: 500px;
}
.contactsBox input
{
	width: 350px;
}
.contactsBox select
{
	width: 356px;
}
.contactsMessage
{
	text-align: center;
}

.lkTitle
{
	font-size: 14px;
	padding-left: 10px;
}
.lkDescription
{
	font-size: 12px;
	padding-left: 20px;
	text-align: justify;
	padding-bottom: 10px;
}

.blogTitle
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
	color: #2F63FF;
}
.blogDate
{
	margin-top: 0px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #2F63FF;
}
.blogContents
{
	margin-top: 10px;
	text-align: justify;
}
.blogSeparator
{
	color: #2F63FF;
}
.blogImage
{
	text-align: center;
	margin: 0 auto;
}
.blogImage img
{
	margin: 0 auto;
}
.blogPager
{
	text-align: center;
}

.blogPopupWindow
{
	background-color: White;
	width: 250px;
	height: 100px;
}
.blogSigisWindow
{
}
.messagePanel
{	
	border: 0px;
	padding-top: 30px;
	text-align: center;
	height: 48px;
}
.PopupWindowTitle
{
	background-image: url(Images/GridTitle.jpg);
	line-height: 22px;
	height: 22px;
	text-align: Center;
	font-weight: Bold;
	width: 100%;
}
.PopupWindowCloseCell
{
	width: 30px;
	background-image: url(Images/GridTitle.jpg);
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.mgrInputInvalid
{
	background-image: none;
	background-color: #FFFACD;
}

