﻿body 
{
    font-family:Arial; font-size:10pt;
}
asp:label
{
    font-family:Arial; font-size:10pt;
}
.InfoMessage
{
	font-size:x-small;
}
.SectionTitle
{
	font-size:large;	
}
.Instructions
{
	font-style:italic;
	font-family:Times New Roman;
}
.SectionHeader
{
	/*background-color:#5195CE;*/
	width:100%
}
.FormView
{
	width:100%	
}
.ColumnHeader
{
	padding-right:30px;	
	font-variant:small-caps;
	background-color:#5195CE;
}
.Column
{
	padding-right:30px;	
}
/*CSS to BODY TAG*/
.Body
{
    text-align:center;
}

/*CSS to main Container TABLE or DIV or any PlaceHolder TAG of the web page*/
.Container
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
