/*========================================================*/
/*========================================================*/
/*========================================================*/
/*========================================================*/

/*From Virtual Smooth*/

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
}

A:link {
	color: #3399CC;
	text-decoration: none;
}

A:visited {
	color: #3399CC;
	text-decoration: none;
}

A:active {
	color: #3399CC;
	text-decoration: none;
}

A:hover {
color: #333333;
text-decoration: none;
}

TD {
	font-size: 14px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
}

P.smaller {font-size: 11px;font-family : Arial;color : #333333;}


.titletxt {
	font-family: "Courier New", Courier, monospace;
	font-size: 36pt;
	font-weight: bold;
	color: #333333;
}
.redfont {
	color: #FF0000;
}

/*==========Table Style=========================*/
.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
}
.tablerowyellow {
	background-color: #FFFF66;
}
.tableroworange {
	background-color: #FFCC66;
}
.tablerowgrey {
	background-color: #CCCCCC;
}
/*==========End Table Style======================*/

.small { font-size: 13px; }
.big { font-size: 42px; }
.grey { color: #AAAAAA; }
.darkgrey { color: #717171; }
.orange { color: #FF8A00; }
.pink { color: #FF009C; }
.light { color: #dddddd; }
.green { color: #00D119; }
.blue { color: #228AFF; }
.greyblue { color: #839db5; }
.red { color: #863636; }
.bee { color: #BBBBBB; }
.notice { padding: 8px; background: #DEEEFF; font-size: 13px; }
.bold { font-weight: bold; }




/*==========Navigation Menu Style=========================*/
#nav a,
#nav a:link,
#nav a:visited,
#nav a:active {
    color: #AAAAAA;
    text-decoration: none;
}
#nav a:hover {
	color: #3399CC;
	text-decoration: none;
}

#nav {
	margin-top: 0px;
	height: 20px;
}

#nav span {
    padding: 0 9px 0 9px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
}

.navbar {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.inline_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/*==========End Navigation Menu Style=====================*/
