/*Common styles*/

html, body 
{
	min-height: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body
{
	color: #FFF;
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size: 10pt;
	background: #3FB2C1 url(../images/Background.jpg) repeat-x left top;
}

.NoPM
{
	padding: 0px;
	margin: 0px;
}

.Inline
{
	display: inline;
}

h1.Normal
{
	font-size: 10pt;
	display: inline;
}

a
{
	color: #FFF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.NoBorder
{
	border: 0;
}

h1
{
	font-size: 16pt;
}

.CommonFull
{
	width: 100%;
	height: 100%;
}

.FullWidth
{
	width: 100%;
}

.Pointer
{
	cursor: pointer;
}

.Bold
{
	font-weight: bold;
}

em.FSNormal
{
	font-style: normal;
}

p.Paragraph
{
	text-indent: 25px;
}

.VATop
{
	vertical-align: top;
}

.CommonDesc
{
	font-size: 8pt;
}
