.border {
	border: 5px solid #0099FF;
	background-attachment: fixed;
	background-image:  url(images/column-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

.border2 {
	border: 5px solid #FFCA00;

}
.border3 {
	border: 1px solid #000000;

}
.header {
	border-bottom: 5px solid #FFCA00;
	background-color: FFF000;
}

.header2 {
	border-bottom: 5px solid #FFCA00;
	border-top: 5px solid #FFCA00;
	background-color: FFF000;
}

body	     { 	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; 
               	color: #000000; }
				
a:link       { text-decoration: none; color: blue; }
a:visited    { text-decoration: none; color: blue; }
a:hover      { text-decoration: none; color: #DF922E }
