﻿body {
	text-align: center;
	font-family: Verdana;
}
 
.siteStyle
{
	background-image: url(Images/MyBackground.jpg);
	background-repeat: repeat;
}

.tableStyle
{
	background-color: white;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}

.backgroundStyle
{
	background-color: #fffacd;
}

.borderStyle
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.footerStyleType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	color:Gray;
	text-align: center;

}
.headerStyleType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	text-align: right;
}

.smallHeadingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}
.largeHeadingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 16pt;
	color: Black;
}

.regularBodyType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}
.smallBodyType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 6pt;
	color: Black;
}

.message
{
	color: red;
	background-color: yellow;
}
.textboxerror
{
	background-color: #ffc0bb;
}

.pagesmall
{
	font-size: 10pt;
	color: black;
}

.bulletedlist
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;

	list-style-image: url('Images/TulipsBullet.gif')
}