body {
font-size: 11px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: url("images/bg19.gif");
background-repeat: repeat-x;
background-color: #314078;
margin: 0;
}

h1 {
font-size: 13px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0F3C73;
margin: 0;
}

td {
font-size: 11px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

form {
padding: 0px;
margin: 0px;
}

a:link, a:active, :visited {
color: #004a80;
text-decoration: underline;
}

a:hover {
color: #387BC5;
text-decoration: none;
}

.tags {
background-image: url('images/bg8.jpg');
background-repeat: no-repeat;
background-color: #EAEEF9;
font-size: 19;
border-left: 1px solid #4B6888;
border-right: 1px solid #4B6888;
border-bottom: 1px solid #4B6888;
}

.tagGameCount {
background-image: url('images/bg8.jpg');
background-repeat: no-repeat;
background-color: #EAEEF9;
font-size: 39px;
border-left: 1px solid #4B6888;
border-right: 1px solid #4B6888;
border-bottom: 1px solid #4B6888;
}

.tags a:link, .tags a:active, .tags a:visited {
color: #004a80;
font-size: 9px;
text-decoration: none;
}

.tags a:hover {
color: #004a80;
font-size: 9px;
text-decoration: underline;
}

input, button, textarea, select {
font-size: 9px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.td1 {
background-color: #F3F2F3;
border-left: 1px solid #D2D2D2;
border-right: 1px solid #D2D2D2;
color: #000000;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
}

.td3 {
padding-top: 3px;
}

.og:link, .og:active, .og:visited {
color: #000000;
font-size: 19px;
text-decoration: none;
}

.og:hover {
color: #ff0000;
font-size: 19px;
text-decoration: underline;
}

.headerSearch {
font-size: 11px;
color: #004a80;
padding-top: 7px;
padding-right: 4px;
}

.headerSearchForm {
padding-top: 4px;
padding-right: 4px;
}

.categoriesTd {
background-color: #E3E6F5;
color: #004a80;
padding: 14px;
}

#homeButton {
	background-image: url("images/btn_home.jpg");
	display: block;
	width: 48px;
	height: 30px;
	border: 0;
}
#homeButton:hover {
	background-image: url("images/btn_home_on.jpg");
}

#newestGamesButton {
	background-image: url("images/btn_newestGames.jpg");
	display: block;
	width: 121px;
	height: 30px;
	border: 0;
}
#newestGamesButton:hover {
	background-image: url("images/btn_newestGames_on.jpg");
}

#topGamesButton {
	background-image: url("images/btn_topGames.jpg");
	display: block;
	width: 90px;
	height: 30px;
	border: 0;
}
#topGamesButton:hover {
	background-image: url("images/btn_topGames_on.jpg");
}

