body {
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #FFFFFF;
    text-align: left;
    background-color: #0C184E;
    margin: 0px 0px 0px 0px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, .category a:hover {
    text-decoration: underline;
	color: #FFFF00;
   	
}

.image {
	border-color: #000000;
}

.category a {
    color: #FFFFFF;
    text-decoration: none;
}

form {
    margin: 0px;
}

hr {
    color:  #000000;
    background-color: #000000;
    border: 0px;
    height: 1px;
}

#tickertoggle {
    color: #FFFFFF;
}

/* for bbcode code table */
table.code {
    border: 1px solid #008000;
    margin: 15px auto 10px auto;
    width: 80%;
}

td.code {
    background-color: #008000;
    border-bottom: 1px solid #008000;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
}

td.codemessage {
    background-color: #E6E6E6;
    color: #000000;
    font-family: Courier New;
    font-size: 10px;
    padding: 10px 5px 10px 5px;
    white-space: pre;
}

/* for quote table */
table.quote {
    border: 1px solid #000000;
    margin: 15px 5% 10px 5%;
    width: 80%;
}

td.quote {
    background-color: #008000;
    border-bottom: 1px solid #008000;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
}

td.quotemessage {
    background-color: #E6E6E6;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    padding: 10px 0 20px 5px;
}

textarea, select, input, object {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    table-layout: fixed;
}

.category {
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    table-layout: fixed;
    text-align: left;
}

.ctrtablerow {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    table-layout: fixed;
    text-align: center;
}

.header {
    /*background-color: #000000;
    color: #000000;*/
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    table-layout: fixed;
}

.header2 {
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    table-layout: fixed;
}


.mediumtxt {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    table-layout: fixed;
}

.multi {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    table-layout: fixed;
}

.nav {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    table-layout: fixed;
}

.navtd {
    background-color: #000000;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    table-layout: fixed;
    text-decoration: none;

}

.navtd2 {
    background-color: #000000;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 9px;
    table-layout: fixed;
    text-decoration: none;
}

.post {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.rghttablerow {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    table-layout: fixed;
    text-align: right;
}

.sig {
     border-top: 1px dashed #000000;
     padding: 13px 0 0 3px;
     font-family: Verdana, Arial, Helvetica;
     font-size: 10px;
}

.smalltxt {
    font-family: Verdana, Arial, Helvetica;
    font-size: 9px;
    table-layout: fixed;
}

.subject {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
}

.submit {
    text-align: center;
}

.tablerow {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    table-layout: fixed;
}

.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#nav
{
width:980px;
height:20px;
}

#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{
	margin: 0;
	display: inline;
}

#nav li a
{
	height: 2em;
	line-height: 2em;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #666666;
	font-size: 92%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}

#nav li a:hover{
	height: 2em;
	line-height: 2em;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	font-size: 92%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */

h1 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 3px;
	bottom: 10px;
}
h2 {
	font-size: 130%;
	margin: 0px;
	padding: 0px 0px 3px;
}
h5 {
padding:0px 10px 0px 0px;
font-size:11px}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rightimage {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
.leftimage {
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}



.topheader {
                padding-right: 10px;
                padding-left: 10px;
                background: #008000; 
                padding-top: 10px;
                padding-bottom: 5px; 
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                color: #008000;
                font-weight: bold;
                text-align: center;
                text-transform: uppercase;
                font-style: normal;
                vertical-align: bottom; 
}
.topheaderbottom  {
                padding-right: 10px;
                padding-left: 10px;
                padding-top: 5px;
                padding-bottom: 10px; 
                background: #008000 url('http://i488.photobucket.com/albums/rr244/mr_beam/images/head_bot.jpg') no-repeat 50% bottom;
}


.bottomfooter {
                padding-right: 10px;
                padding-left: 10px;
                background: #008000 url('images//footer.jpg'); no-repeat 50% bottom;
                padding-bottom: 10px; 
                padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
                text-align: center;
	text-transform: uppercase;
	font-style: normal;
}


.style5 {
	color: #DEDE00;
	 font-family: Verdana, Arial, Helvetica; font-size: 10px;  font-weight: bold; table-layout: fixed;
}
.style6 {color: #DEDE00}
.style7 {color: #DEDE00; font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; table-layout: fixed; }

#marqueecontainer{
position: relative;
width: 625x; /*marquee width */
height: 250px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #000080;
padding: 2px;
padding-left: 4px;
}


/*Main-Frame*/
.main_tbl { background:#fff; }
.main_tbl th#t_lt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/top_lt.jpg) #008000; width:19px; height:19px; }
.main_tbl th#t_mid { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/top_mid.jpg) #008000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#ffff00; text-align:left; }
.main_tbl th#t_rt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/top_rt.jpg) #008000; width:19px; height:19px; }

.main_tbl th#b_lt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/bot_lt.jpg); width:19px; height:19px; }
.main_tbl th#b_mid { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/bot_mid.jpg)}
.main_tbl th#b_rt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/bot_rt.jpg); width:19px; height:19px; }

.main_tbl th#s_lt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/side_lt.gif); width:10px; }
.main_tbl th#s_rt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/side_rt.gif); width:10px; }
.main_tbl td { background:#fff; }



/*Main-Frame*/


.w_tbl th#s_lt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/side_lt.gif); width:10px; }
.w_tbl th#s_rt { background:url(http://i488.photobucket.com/albums/rr244/mr_beam/images/side_rt.gif); width:10px; }



