.main {
	background-color: #000000;
	color: silver;
	font-family: arial;
	font-size: 12;
}	

.contextent {
	background-color: transparent;
	color: silver;
	font-family: arial;
	font-size: 12;
}

.borderimage {
	border: 1px solid black;
}

TD {
	font-family: arial;
	font-size: 12;
}

A {
	outline: none;
}

A:link {
	color: silver;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: silver;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: silver;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #a11111;
}

.overall_table {
	border-collapse: collapse; 
	border: 1px solid silver;
}

.content_table {
	border-collapse: collapse; 
	border: 1px solid maroon;
}

.top_left {
	border: 1px solid silver; 
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px;
	border-right-width: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.top_right {
	border: 1px solid silver; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px;
	border-left-width: 0;
}

.t_and_r {
	border: 1px solid silver; 
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 0; 
	border-left-width: 0;
}

.full {
	border: 1px solid silver;
}

.right {
	border: 1px solid silver; 
	border-right-width: 1px;
	border-top-width: 0; 
	border-bottom-width: 0; 
	border-left-width: 0;
}

.b_and_r {
	border: 1px solid silver; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-top-width: 0; 
	border-left-width: 0;
}

.top {
	border: 1px solid silver; 
	border-top-width: 1px;
	border-bottom-width: 0; 
	border-right-width: 0;
	border-left-width: 0;
}

.h_border {
	background-position: center center;
	background-image: url('/pics/h_border.jpg');
	background-repeat: repeat;
}

.v_border {
	background-position: center center;
	background-image: url('/pics/v_border.jpg');
	background-repeat: repeat;
}

.highlight {
	background-color: #cccc66;
	color: #000000;
}