/*
*********************************************
** Blue & Yellow Theme                     **
** http://www.hamlinks.co.uk/showlinks.php **
** By Stewart Wilkinson G0LGS Jan 2010     **
*********************************************
*/

body	{
	font-family:"Times New Roman",Georgia,Serif;
	background-color: #cccc66;
	color: #3333ff;
}

iframe {
/*	width: 200px;
	height: auto; */
	margin: 0;
}

.title  {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Sans;
	text-align: center;
	padding: 10px;
	border: 1px solid black;
}

.tiny	{
	font-size: 8pt;
	font-family: Arial, Sans;
}

.foot	{
	padding: 2px;
}

INPUT.button-navigate {
	background-color: #cccc66;
	color: #3333ff;
	border: 1px solid black;
	width: 120px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

INPUT.button-navigate:hover {
	background-color: #3333ff;
	color: #cccc66;
}

.error {
	color: red;
}

.subtitle {
        font: bold 20px Verdana;
        text-decoration: underline;
        text-align: center;
	padding: 10px;
}

.disp {
	text-indent: 15px;
}

.disp a {
        font: normal 14px Verdana;
        color: black;
        text-decoration: none;
        text-align: left;
	line-height: 120%;
}

.disp th {
        font: bold 14px Verdana;
        color: blue;
        text-decoration: underline;
        text-align: left;
	text-indent: 5px;
	font-style: italic;
}

.disp a:hover {
	color: red;
}

.cat a {
        font: bold 14px Verdana;
        color: blue;
        text-decoration: underline;
        text-align: left;
	text-indent: 5px;
	font-style: italic;
}

.cat a:hover {
        color: #c00000;
}

.menu{
	border: 1px solid black;
	width: 120px;
	background-color: #cccc66;
	text-align: center;
}

.menu a{
	font: bold 12px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #3333ff;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid black;
}

html>body .menu a{ /*Non IE rule*/
	width: auto;
}

.menu a:hover{
	background-color: #3333ff;
	color: #cccc66;
	text-align: center;
}

table.frame {
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

td.cnts {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
	text-align: left;
}

.imgbdr {
	border: 1px solid black;
}
