/* CSS Document */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #CECFFF;
	scrollbar-face-color: #CECFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #CECFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #CECFFF;
    margin: 0px;
}

/* Form elements */
Input,Textarea, Select {
	font-size 			: 9pt;
	color 				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: normal;
	border-style		: normal;
    border-width		: 1 ;
	border-bottom-width		: 2 ;
	border-right-width		: 2
}

/* Td default style */

td{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
}

hr {
	height			: 1px;
	color			: #010369;
}
.whiteImageBig {
					background: url("../images/butwhitebig.gif");
			}
.yellowImageBig{
					background: url("../images/butyellowbig.gif");
			}
.whiteImageSmall {
					background: url("../images/butwhitesmall.gif");
			}
.yellowImageSmall{
					background: url("../images/butyellowsmall.gif");
			}			
