body {
     color: #333333;
     background-image: URL(images/BGMain.jpg);     
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 10px;
	text-decoration: none;
     margin: 0px 0px 0px 0px;
}

a {
     color: #dd4400;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
}

a:hover {
     color: #dd4400;
}

.cc {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
}

.cc a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	color: #dd4400;
}

.cc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	color: #dd4400;
	font-weight: bold;
}

.ccSide {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
}

.ccSide a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	color: #6699CC;
}


.button {
       	font-face: "Arial, Helvetica";
       	font-weight: bold;
       	font-size: 12px;
       	color: #000000;
       	background-color: #cccccc;
       	padding: 1pt;
       	margin: 0pt;
       	border : medium solid black 1;
       }
        .textbox {
        font-face: "Arial, Helvetica";
        font-weight: normal;
        font-size: 11px;
        color: #000000;
        background-color: #eeeeee;
        padding: 1pt;
        margin: 0pt;
        border : thin solid black 1;
        }
        .bg1 {
        background-image : url("");
        background-position : right;
        background-repeat : no-repeat;
        }


