﻿body 
{
	background-color:#FBFBFA;
	margin: 0 0 0 0;
}

.bottomText
{
	font-family: Arial;
	font-size: 11px;
}

.WelcomeUser
{
	font-family: Arial;
	font-size: 12px;
}

.loginText
{
	font-family: Arial;
	font-size: 10px;
}

.input_login
{
	width: 100px;
	height: 12px;
	padding-left: 3px;
	border: solid 1px #A8A8A7;
	font-family: Arial;
	font-size: 10px;
}

.contentText
{
	font-family: Arial;
	font-size: 11px;
}

.contentTextGrey
{
	font-family: Arial;
	font-size: 11px;
	color: #5C5C5C;
}

.contentTextBold
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;	
}

.contentTextBlue
{
	font-family: Arial;
	font-size: 11px;
	color: #330099;
}

a.contentTextBlueHeader, a.contentTextBlueHeader:link, a.contentTextBlueHeader:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #336699;
}

.contentTextBlueHeader
{
	font-family: Arial;
	font-size: 11px;
	color: #336699;
}

.contentText12
{
	font-family: Arial;
	font-size: 12px;
}

.contentText12Red
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

.contentText12Bold
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.contentCaption20
{
	font-family: Arial;
	font-size: 20px;
}

.contentCaption18
{
	font-family: Arial;
	font-size: 18px;
}

.cellBorder1
{
	border: solid 1px #336699; 
	padding: 5px 10px 5px 10px;
}

.cellBorder2
{
	border: solid 1px #666666;
}

.tbl_left_header
{
	text-align:left;
	width:160px;
	background:#EFEFEF;
	border-right: solid 1px #ECE9D8;
	font-family: Arial;
	font-size: 11px;
	color: #336699;
}

.tbl_left_header2
{
	text-align:left;
	width:160px;
	background:#EFEFEF;
	border-right: solid 1px #ECE9D8;
	border-top: solid 1px #ECE9D8;
	font-family: Arial;
	font-size: 11px;
	color: #336699;
}

.tbl_right
{
	text-align:right;
	width:230px;
	font-family: Arial;
	font-size: 11px;
	color: #330099;
}

.tbl_right2
{
	text-align:right;
	width:230px;
	border-top: solid 1px #ECE9D8;
	font-family: Arial;
	font-size: 11px;
	color: #330099;
}

.tbl_greyborder_left_header
{
	text-align:left;
	border-right: solid 1px #c0c0c0;
	color: #330099;
}

.tbl_greyborder_left_header2
{
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	color: #330099;
}

.tbl_greyborder_right
{
	color: #330099;
}

.tbl_greyborder_right2
{
	border-top: solid 1px #c0c0c0;
	color: #330099;
}

table
{
	font-family: Arial;
	font-size: 11px;
}

.contentTextbtn
{
	font-family: Arial;
	font-size: 11px;
	background-color:#99CCFF;
}