body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #000000;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

.input1 {
	width: 170px;
	border: 1px solid #CCCCCC;
}

.input2 {
	width: 100px;
	border: 1px solid #CCCCCC;
}

.text1 {
	font-size: 10px;
}

.text2 {
	font-size: 18px;
	color: #237CCC;
}

.text3 {
	color: #237CCC;
}

.CPlines
{
    BACKGROUND-COLOR: #cecece
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 850;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 850;
background: url(../MENU/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../MENU/chromebg2.gif) center center repeat-x;
}
.CPhomeImg
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #f5f5f5
}
.CPhomeDesc
{
    BORDER-BOTTOM: #000000 1px solid
}