@charset "UTF-8";
/* CSS Document */
/* 01 - GLOBAL BROWSER RESET */
html, body, div, img, 
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, 
fieldset, form, label, legend, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

img, a img {
	border: none;
	outline: none;
}

ul{
	list-style:none;
	padding-left: 15px;
}

/* 02 - COURTSIDE CSS */

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #B66224;
	text-decoration: none;
}
a.body:link {
	color: #B66224;
	text-decoration: none;
}
a.body:visited {
	color: #B66224;
	text-decoration: none;
}
a:visited {
	color: #B66224;
	text-decoration: none;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A1B1D;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1A1B1D;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body_bold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A1B1D;
}
.body_italic {
	font-style: italic;
}

li {
	list-style-position: outside;
	list-style-type: square;
}

