/*/////
// Table Structure
////*/

body { text-align:left; }
TD { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; }

#container {
position: relative;
}

#break {
clear:both;
}

#left {
	float : left;
	text-align : left;
	vertical-align : bottom;
}

#right {
	float : right;
	text-align : right;
	vertical-align : bottom;
	padding : 3px;
}


table.ddMenu
{
font-size:100%;
position:absolute;
visibility:hidden;
    border-style:solid;
    border-top-color:#ffffff;
    border-bottom-color:#ffffff;
    border-left-color:#ffffff;
    border-right-color:#ffffff;
    border-width:2px;
	border-bottom-width:2px;
    border-top-width:2px;
    border-left-width:2px;
	border-right-width:2px;
}

.blue {
	background : transparent; color : #3143a9; 
}

.grey {
	background : transparent; color : #565656;  
}

.orange {
	background : transparent; color : #fe9f42;
}

.blueHeader {
	background : transparent; font-size : 15px; color : #205d89; text-decoration : none; font-weight : bold; 
}

.greyHeader {
	background : transparent; font-size : 15px; color : #565656; text-decoration : none; font-weight : bold; 
}

.orangeHeader {
	background : transparent; font-size : 15px; color : #fe9f42; text-decoration : none; font-weight : bold; 
}


.link {
	color :205d89;
	text-decoration : none;
	font-weight : bold;
}




