body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}
body *{line-height:1.22em;}
h1
{
    font-family:Monotype Corsiva;
    margin-left: 11px; 
    font-size:45px;
    text-align:left;
    color:#315291;
}
.bold
{
	color:#006699;
	font-weight:bold;
}
b
{
    color:#006699;
}
.bgContent
{
    
}
.headerText
{
    font-size: 11px; 
    text-align: justify;
    color: #000;
    font-family:arial; 
    font-weight:normal;
    font-style:italic;
    margin:11px;
    
}  
.headLinks
{
    background-color:#fff;
    color:Black;
    height:25px;
}
h2,h3
{
    font-size:11px;
}
.content
{
	font-size:11px;
}
.header
{
	background: url('../images/bgHeader.gif');
	background-repeat:no-repeat;
	width: 900px;
	height:100px;
	text-align:left;
}

.footer
{
	height:70px;
	font-size:11px;
	color:#000;
}
.footerLinks
{
    color:Black;    
    margin-right:20px;
    margin-top:-11px;
}
.contentStartup
{
    font-size:11px;
}

a
{
    font:11px;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.logo
{
    margin-left:11px;
}
img
{
    border:0px;
}
.imgLogo
{
    margin-right:5px;
    margin-bottom:5px;
}

.pager{
    color:#FF0000;
    background-color:#fff;
    text-align:center;
    font-weight:bold;
}
.pagerSelected{
    color:#2647a0;
    background-color:#fff;
    text-align:center;
    font-weight:bold;
    border:solid 1px #ccc;
    text-align:center;
    vertical-align:middle;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	color :Black;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    width:200px;
    z-index:1000;
    background-color:#fff;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	width:200px;
    z-index:1000;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #fff;
	color :Black;
	padding : 1px;
	width:200px;
    z-index:1000;
}
/* A href Link */
.link
{
    text-align:left;
    font-size:11px;
}

.link_right
{
   font-size:11px;
   text-align:right;
   margin-right:30px; 
}

.linkhome_left
{
    text-align:left;
    margin-left:11px;    
    font-size:11px;
    margin-top:5px;
    color:White;
    font-weight:bold;
    font-variant:small-caps;
}

.linkhome_right
{
    text-align:right;
    margin-right:30px;   
    font-size:11px;
}

.headLinks
{
    background-color:#003399;
    color:White;
    height:35px;
}
.hLinks
{
    color:White;
    font-weight:bold;
    font-variant:small-caps;
}

.lblLinks
{
    color:#000;
    font-weight:bold;
    font-variant:small-caps;
    vertical-align:super;
    
}

.vLinks
{
    background-color:White;
    color:#003399;
    font-weight:bold;
    font-variant:small-caps;
}
.divContent
{
	border: solid 1px #F1F4F5;
	color:#000;
	background: url(../images/bg.gif) repeat-x ;
	
	background-color:#fff;
}

.divTop
{
	border: solid 1px #F1F4F5;
	color:#000;
	background: url(../images/bg.gif) repeat-x ;
	height:30px;
	width:900px;
	background-color:#fff;
	vertical-align:middle;
	margin:2px;
	margin-bottom:10px;
	margin-top:5px;
}
.divTop img
{
	margin:5px;}
.divInnerContent
{
	margin:5px;
	
}
hr
{
	/*color:#2A97FC;*/
	color:#E3E5E6;
    height:1px;
}

.modalBackground
{
	background-color: #ccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #f8f8f8;
	padding: 3px;
	width: 550px;
	color: #000;
	font-family: Verdana;
	font-style: italic;
	font-size: 9pt;
}
