/* Default CSS Stylesheet */

/* Center page - html page must define DOCTYPE as XHTML 1.0 instead of HTML 4.01 */
/****************************************************************/
/*
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:800px;
  height: 100%;
  margin: auto;
} 
*/
/* Default Styles                                     */
/****************************************************************/
a:link
{
    font-size: 12px;	
    color: DarkBlue; 
    text-decoration: none;
}

a:visited
{
    font-size: 12px;	
    color: DarkBlue; 
    text-decoration: none;
}
a:active 
{
    font-size: 12px;	
    color: DarkBlue;
    text-decoration: none;
}
a:hover
{
    color: blue;
    text-decoration: underline;
}  

/* small link styles */
/****************************************************************/
a.SmallLink { 
	font-family: Verdana, Arial;
	font-size: 9px;
	text-decoration: none;
	color: Darkblue;
} 
a.SmallLink:visited
{
	font-size: 9px;
    color: DarkBlue; 
    text-decoration: none;
}
a.SmallLink:active 
{
	font-size: 9px;
    color: DarkBlue;
    text-decoration: none;
}
a.SmallLink:hover {
	 color: blue;
     text-decoration: underline;
}

/* Customized Styles                                            */
/****************************************************************/
.Big {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: normal;
}

.BigBold {
	font-family: Verdana, Arial;
	font-size: 14px; 
	font-weight: bold;
}

.Head1
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
}

.Head2
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
}

.Head3
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}


.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

.NormalBold 
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}

.NormalCenter 
{
	font-family: Verdana, Arial;
    font-size: 12px;
 
    font-weight: normal;    
    text-align: center
}

.NormalLeft 
{
	font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;    
    text-align: left
}

.NormalRight
{
	font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;    
    text-align: right;
}

.ReadOnlyLabel
{
	background-color: Gainsboro;
	border-width: 2px;
	Border-Style: Inset;
	font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
}

.ReadOnlyLabelRight
{
	background-color: Gainsboro;
	border-width: 2px;
	Border-Style: Inset;
	font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.RequireLabel {
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: DarkRed;
}

.Small {
    font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
}

.SmallBold {
    font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: Bold;
}

.Title
{
	color: #003366;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
}
