/* css styles 
background: url(images/bgtexture.jpg) #FFFFFF repeat;
 font-size: 10;*/

th {
 background: url(images/gradient_blue.jpg) #000090;
 background-repeat: repeat-y ! important;
} 

body{
 background: url(images/bgtexture.jpg) #FFFFFF repeat;
 font-size: 14;
}

table{
 font-weight: normal;
 font-size: 14;
 color: #0000FF;
}

.white_link {
 color: white ! important;
 font-weight: bolder;
}

.white {
 color: white ! important;
}

h1 {
 color: navy;
}

.button {
 background-color: #000099;
}

.nbutton {
	background-color: #336699;
}

a:link {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font-weight: bold;
	color: 993366;
	text-decoration: underline;
}

.index {
	font-size: 14;
	color: #000099;
	font-variant: small-caps;
}

.nocaps {
    font-size: 12;
	color: #0000FF;
	font-variant: normal ! important;
}

ul {
	text-indent: 4px;
}
