<style type="text/css">

#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: 10px Verdana; /*tab font */
color: black; /*font color */
width: 90px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 1px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(img/Scr1B.JPG); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(img/Scr1A.JPG); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:174px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}

font.errortext{
color: Red;
font: 10px Verdana;
}

body{
font: 10px Verdana;
color: black;
}

table{
font: 10px Verdana;
color: black;
}


h3{
	font: 12px Verdana;
	color: #3366CC;
	font-weight: bold ;
}

a{
font: 10px Verdana;
color: #0080C0;
text-decoration: none;
font-weight: bold ;
}

hr{
color: #414141;
height: 1px;
}

table.quotation{
	border-collapse: collapse;
	background-color: #FFFAFA;
	width: 95%;
	padding: 3 3 3 3;
	margin: 0 3 3 3;
	border: 1px solid #C0C0C0;
	vertical-align: top;
	: v;
}
td.boxtitle{
font: 11px Verdana;
color: #414141;
font-weight: bold ;
}



table.box{
border-collapse: collapse;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 1px solid #C0C0C0;


}

table.box tr{
background-repeat: no-repeat;
}

tr.important{
	font-weight: bold;
}

.tabletitles{
font: 10px Verdana;
color: #414141;
font-weight: bold ;
text-decoration: underline;
}

.titles{
font: 10px Verdana;
color: #414141;
font-weight: bold ;
}

.softgraybg{
 background-color: #DCDCDC;
}

.button
{
BORDER-BOTTOM: #666666 thin groove;
BORDER-LEFT: #666666 thin groove;
BORDER-RIGHT: #666666 thin groove;
BORDER-TOP: #666666 thin groove;
FONT-SIZE: 7pt;
COLOR: #000000;
HEIGHT: 20px;
TEXT-DECORATION: none
}


table.calendar{
	BACKGROUND-COLOR: #CCCCCC;

}


table.calendar th
{
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #708090;
	PADDING: 5px;
}

table.calendar td
{
	margin: 1px 1px 1px 1px ;
	BACKGROUND-COLOR: #ffffff;
	vertical-align: top;
	text-align: left;
}

table.calendar a
{
	COLOR: #cccccc;
}

.calendarday
{
	FONT-SIZE: 10pt;
	font-weight: bold;
}
</style>

