/* Reset default styling for cross-browser consistency
   All credit to Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Tahoma, Geneva, sans-serif;
	vertical-align:baseline;
}
body {
	line-height:1.5;
	font-family: Tahoma, Geneva, sans-serif;
}
table {border-collapse:separate;border-spacing:0;margin:0 auto;}
caption, th, td {text-align:center;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Set some default typography values
----------------------------------------------------------------------------------------- */
body { font-size : 75%; color : #666; background : #fff; font-family : Verdana, Arial, Helvetica, sans-serif; text-align:center; }
h1, h2, h3, h4, h5, h6 { font-weight : normal; }
h1 { font-size : 2em; line-height : 1; margin-bottom : 0.5em; }
h2 { font-size : 1.75em; margin-bottom : 0.75em; }
h3 { font-size : 1.5em; line-height : 1; margin-bottom : 1em; }
h4 { font-size : 1.2em; line-height : 1.25; margin-bottom : 1.25em; height : 1.25em; }
h5 { font-size : 1em; font-weight : bold; margin-bottom : 1.5em; }
h6 { font-size : 1em; font-weight : bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin : 0; }
p { margin : 0 0 1.5em; line-height : 1.5;}
a:focus, a:hover { color : #000;}
a { color : #000; text-decoration : underline; }
blockquote { margin : 1.5em; color : #666; font-style : italic; }
strong { font-weight : bold; }
em { font-style : italic; }
li ul, li ol { margin : 0 1.5em; }
ul, ol { margin : 0 1.5em 1.5em 1.5em; }
ul { list-style-type : disc; }
ol { list-style-type : decimal; }
dl { margin : 0 0 1.5em 0; }
dl dt { font-weight : bold; }
dd { margin-left : 1.5em; }

/* Some basic styles for HTML elements
----------------------------------------------------------------------------------------- */
a:link, a:visited {
   text-decoration : none;
   color : #c00;
}

a:hover, a:focus, a:active {
   text-decoration : underline;
   color : #c00;
}

h1 {
   font-weight : bold;
   color : #c03;
}

h2 {
   font-size : 1em;
}

li {
	margin-bottom : 0.5em;
	line-height : 1.33em;
}

/* Layout and other styles
----------------------------------------------------------------------------------------- */
.tblbrd1 {
   border : 1px solid #ccc;
}

.btmenu {
   color : #fff;
   background-color : #333;
   text-align : center;
   letter-spacing : 3px;
   height : 2em;
   vertical-align : middle;
}

.btmenu a:link, .btmenu a:visited {
   color : #fff;
   text-decoration : none;
}

.btmenu a:hover, .btmenu a:focus, .btmenu a:active {
   color : #fff;
   text-decoration : none;
}

.menu {
   font-weight : bold;
   color : #c00;
}

.tdcnt {
   padding-right : 50px;
   padding-left : 50px;
   text-align : left;
   vertical-align : top;
}

.logo {
   text-align : center;
   padding-top : 35px;
   padding-bottom : 20px;
}

.inmenu ul {
   width : 860px;
   color : #fff;
   background-color : #333;
   margin : 0;
   list-style-type : none;
}

.inmenu li {
   line-height : 3em;
   display : inline;
   margin : 0 0.67em;
}

.inmenu li a:link, .inmenu li a:visited {
   color : #fff;
   font-size : 1.25em;
}

.sideline {
   width : 860px;
   text-align : center;
   border-left : 1px solid #ccc;
   border-right : 1px solid #ccc;
}

.first {
   margin-top : 40px;
}

.tdcnt2 {
   text-align : left;
   padding : 30px;
   vertical-align : top;
}

.notice {
   color : #fff;
   background-color : #f00;
}
