body {
	padding: 0;
	margin: 0;
	background-color: #E2EFFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	scrollbar-face-color: #E2EFFB;
	scrollbar-shadow-color: #0066CC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #E2EFFB;
	scrollbar-track-color: #E2EFFB;
	scrollbar-arrow-color: #0066CC;
	background-repeat: repeat;
	background-image: /assets/images/default/bg.gif;

}

UL {
	list-style-image:  /assets/images/default/bullet.gif);
	list-style-image: url(../assets/images/default/bullet.jpg);


}
hr {
	color: #336666;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333333;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

form {
	background-color: transparent;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #6666CC;
	text-indent: 5pt;
}

input {
	border-right:transparent;
	border-left:transparent;
	border-top:transparent;
	border-bottom:transparent;
	background-color:transparent;
	border: 1px solid #000099;
} 

textarea{
	background-image: url(/assets/images/default/textfield_bg.gif);
	background-repeat: no-repeat;
	border-right:transparent;
	border-bottom:transparent;
	background-color:transparent;
}


.smallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
.smallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}

.checkbox {
	background-color: transparent;
	border: none;
}

.button {
	border: 1px outset #000099;
	color: #000000;

}

.date {
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-align: right;
	text-indent: 10px;
}

.tableBlkBdr {
	border: 1px solid #000000;
	background-color: #FFFFFF;

}

.head {
	background-image: url(../assets/images/default/head/wave.jpg);
}
.titleBg {
	font-size: 14px;
	color: #0066CC;
	background-image: url(../assets/images/default/title_bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-indent: 5px;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;


}
.strong {
	font-weight: bold;
}

.menuTable { background-color: #0066CC;}