.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}


.tableBorderLeft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CEE9FC;
}

.tableBorderRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CEE9FC;
}

.tableBorderBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CEE9FC;
}

.MainTxt{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 25px;*/
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.MainTxt:hover {
	color: #F1797A;
	text-decoration: none;
}
.MainTxtSelected
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #F1797A;
	text-decoration:none;	
	font-weight: bold;
} 

.imagePadding
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.panelStyle
{
	width:600px;
	height:85px;
    background-color: #FF0000;
	/*background-color: #339966; */
}

.progressIndicator {
	background-image: url(../images/Tile.jpg);
	background-repeat: repeat-y;
	height: 366px;

}

.progressBar {
	background-image: url(../images/ig_progressIndicator.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
.imageRollOver {
	background-color:#3266CC;

}

.imageRollOverOut {
	background-color:#01385F;

}

.divInternal
{
	float:left;
}
.menuLine{
	color:#FFC801;
	font-size: 35px;
	margin-right:7px;
	height:30px;
}

#divMenu{
margin-left:70px;
}