﻿body{
	background-color: #03c9f3;
	margin: 0px auto 0px auto;

}

.whiteout{
	background-color: white;
}
.centerstuff {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imglink {
	border: 0px transparent none;
	margin: 0px 0px 0px 0px;
}

.colbackleft {
	background: #FFFFFF url('images/col-left.jpg') repeat-y scroll center top;
}
.colbackright {
	background: #FFFFFF url('images/col-right.jpg') repeat-y scroll center top;
}

.fontstyle{
	font-family: Calibri; 
  font-size: 11.5pt;
}

.fontstylebold{
	font-family: Calibri;
	font-size: 12pt;
	font-weight: bold;
}

.capitalize
{
    text-transform: lowercase;
	text-transform: capitalize;
}

.style1 {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.style2 {
	text-decoration: underline;
}

.linkstyle
{
	font-family : Calibri;
	font-size: x-small;
	font-variant: normal;
}

.xtraspacedlist
{
	padding: 3px 0px 3px 0px;
}


.downloadsbg{
	background: #F2F1F1 url('images/downloads/bgpic.jpg') no-repeat scroll center center;
	width: 660px;
	height: 400px;

}

iframe{
top: 0px;
bottom : 0px;
right : 0px;
left : 0x;
}

.highlightcolor
{
	color:#FF0000
}


#preload img
{
/*height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;*/
z-index: -30;
} 