/* Copyright © 2001 - 2013 Fluid Media Ltd. All rights reserved */
/* http://www.fluidmedia.co.uk */

html, body {
  	height: 100%;
	margin-bottom: 1px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #60A3DA;
}
a:hover {
	color: #cc0000;
}
a.b:link, a.b:visited, a.b:active {
	font-size: xx-small;
	color: #999999;
}
a.b:hover {
	font-size: xx-small;
	color: #00135C;
}
a.c:link, a.c:visited, a.c:active {
	font-size: small;
	color: #ffffff;
}
a.c:hover {
	font-size: small;
	color: #cccccc;
}
a.d:link, a.d:visited, a.d:active {
	font-size: x-small;
	color: #60A3DA;
}
a.d:hover {
	font-size: x-small;
	color: #cc0000;
}
h1 {
	font-size: medium;
	color: #ffffff;
	font-weight: normal;
}
h2 {
	font-size: medium;
	color: #00135C;
	font-weight: normal;
}
li {
	margin: .4em 0 0 0
}
ul{
	list-style-image: url(bullet.gif);
	list-style-type: circle;
}

/* Styles */
.copyright {
	font-size: xx-small;
	color: #999999;
}
.sub-menu {
	font-size: x-small;
	color: #60A3DA;
}
.blue {
	color: #00135C;
}
.breadcrumbs {
	font-size: x-small;
	color: #555555;
}
.sub-header {
	color: #00135C;
	font-weight: bold;
}
.page-error {
	font-size: small;
	color: #cc0000;
	font-weight: bold;
}
.quote {
	font-weight: bold;
	font-style: italic;
}

/* Forms */
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.form-error {
	font-size: x-small;
	color: #cc0000;
}

/* Boxes */
.menubox {
	background-image: url(menu_bkg.gif);
}
.basebox {
	background-image: url(fade_top.gif);
}

/* library

.blue-quote {
	font-size: medium;
	color: #5BA8B7;
	font-style: italic;
}
.box {
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4372c2;
}
.hover-box {
	font-size: x-small;
	color: #cccccc;
}
.hover-box a{
	color: #cccccc;
}
.hover-box a:hover {
	color: #ffffff;
}
.nav-block a{
    display:block;
	font-size: x-small;
	color: #4a4a4a;
	text-align:center;
	padding: 8px 14px;
}
.nav-block a:hover {
    display:block;
	color: #000000;
	background-image: url(image-ov.jpg);
}
.rounded-corner-box {
	color: #ffffff;
	background-color: #000000;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 20px 20px;
}
.passport_pic {
	float: left;
	margin: 0.2em 0.9em 0.9em 0;
}
.border_pic { 
border: 1px solid #ffffff; 
}

	background:#ffffff url('mizuno-judo-suits-uk-background.jpg') no-repeat center top fixed;
	
a img {
   border:1px solid #0000ff;
}
a:hover img {
   border:1px solid #ff0000;
}
*/