body		{ 
			font-family: Times New Roman;
			color:   black;
			font-size: 13pt;
			background-color: white;
			line-height: normal;
			word-spacing: 0;
			text-indent: 0;
			margin-left: 0%;
			margin-right: 0%;
			text-align:center;
			border-color:Black;
			border-style:solid;
			border-width:thick;
		}

table		
        {
		    margin: 0 auto;
            vertical-align:middle;
		}

a:link		{
			color: #000000;
			font-style: italic
		}

a:visited	{
			color: #606060;
			font-style: italic
		}

a:hover, a:focus {
			color: #909090;
			font-style: italic;
		}

a:active	{
			color: #909090;
			font-style: italic;
		}

h1, h2, h3, h4, h5, h6 {
			font-family: Times New Roman;
			color:  Black;
		}

li		{
			text-align:justify;
			text-indent: -0.1em;
			font-size: 13pt;
			margin-bottom: 0.5em;
			line-height: 1.2em;
		}
		
td		{
		/*	font-size: 13pt; 
			text-align:left; */
			padding: 4 4 4 4;
		}

i   {
        color:  #73624B;
    }

.PageHeading
{
	font-family: 'Script MT Bold';
	color: Black;
	font-size: 36pt;
	height: 54px;
	width: 95%;
	vertical-align: middle;
	text-align: center;
}

.SubHeading
{
    text-align: center;
    font-size: 26pt;
}

.Footer
{
	font-size: 8pt;
}

.Q
{
    text-align: left;
    font-style: italic;
    font-size: large;
    color: Black;
}

.QBy
{
    text-align:left;
    color: Black;
    font-size: small;
}

.ErrMsg
{
    color:Red;
}

.GridView
{
    background-color: White;
    vertical-align: top;   
}

.GridView td
{
	padding-right: 5px;
}

.GridViewAltRow
{
    background-color: #EBEBEB;
    vertical-align: top;
}

.GridViewSelectedRow
{
    background-color: #D5D5D5;
    vertical-align: top;
}

.DataList
{
    background-color: White;
    text-align:left;
    vertical-align: top;   
}

.DataListAltItem
{
    background-color: #EBEBEB;
    text-align:left;
    vertical-align: top;
}

.CenterTable
{
    margin: 0 auto;
}

.Button
{
	background-image: url("Images/ButtonBg.gif");
	border: Outset 2px #E1E1E1;
}

.TextBox
{
	background-color: #EEEEEE;
	border: Inset 2px #E1E1E1;
}

.UpdateProgress
{
	background-color: White;
	border: Inset 3px Gray;
	font-size: 16pt;
	text-align: center;
	width: 210px;
}

.ModalDialog
{
	background-color: #FFFCF3;
	border-color: Gray;
	border-style: solid;
	border-width: 3px;
	color: Black;
	padding: 3px;
	width: 350px;
}

.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;	
}

.WordHighlight
{
	font-size: 15pt;
	font-style: italic;
    color:  #73624B;
}