body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {font-size: 14px}

A {
        font-family: Arial;
         font-size: 12px;
         text-decoration: none;
         color: navy;
}
A:HOVER {
        text-decoration: underline;
}
.white A {
        font-family: Arial;
         font-size: 12px;
         text-decoration: none;
         color: white;
}
.white A:HOVER {
        text-decoration: underline;
}
.title {
        font-family: Arial;
         font-size: 16px;
         color: navy;
         font-weight: bold;
}
.black {
        font-family: Arial;
         font-size: 12px;
         color: black;
}
.grey {
        font-family: Arial;
         font-size: 12px;
         color: #666666;
}
.white {
        font-family: Arial;
         font-size: 12px;
         color: white;
}
.boldblue {
        font-family: Arial;
         font-size: 16px;
         color: navy;
		 font-weight: bold;
}
.red {
        font-family: Arial;
         font-size: 14px;
         color: red;
		 font-weight: bold;
}
.searchfield {
	color: black;
	font-family: Verdana, helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	border: red 0px solid;
	width: 155px;
	height: 18px;
}

.head_back
{
    BACKGROUND-IMAGE: url(images/1.jpg);
    BACKGROUND-POSITION: left top;
    BACKGROUND-REPEAT: repeat-x
}

.head_back2
{
    BACKGROUND-IMAGE: url(images/2.jpg);
    BACKGROUND-POSITION: left top;
    BACKGROUND-REPEAT: repeat-x
}


