/* commonly used custom styles */
.rosestitle {
	color: red;
	font-style: italic;
}



/* --Default Class Settings-- */
body {
	margin: 0px;
	background: #000000 url(images/rtr_back.gif);
	background-repeat: repeat-x;
	
}
a:link, a:visited {
color: #FBEFAA;
text-decoration: underline;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
a.sublevel:link, a.sublevel:visited {
        padding-left: 1px;
        vertical-align: middle;
        font-size: 10px;
        color: #ff6600;
        text-align: left;
}
a.sublevel:hover {
color: #000; text-decoration: underline;
}
.bodycopy {
font-family      : Helvetica, Arial, sans-serif;
	font-size        : 12px;
	color            : #CCCCCC;
	text-align: justify;	
}
tr, p, div {
font-family      : Helvetica, Arial, sans-serif;
	font-size        : 12px;
	color            : #CCCCCC;	
}
hr {background: #999999;height: 1px;width: 100%;}
h2 { font-size: 1em; font-weight: bold; font-family : Arial, sans-serif; }
h2 { padding: 0; margin: 0 0 1em 0; }
h3 { font-size:14;font-family: Helvetica, Arial; color: #333333; font-weight: bold;}
img {border:0}

/*for title or site name*/
.pagetitle {
font-family: helvetica,arial,sans-serif;
font-size: 26px;
font-weight: normal;
color : #505F72;
margin-left: 20px;
}
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color : #CCCCCC;
margin-left: 0px;
line-height: 30px;
}

/*for the tag-line*/
.subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color : #BEBC8F;
margin-left: 0px;
}
.small {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : normal;
}
.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}
.contentheading, .componentheading {
  font-family      : Arial, Helvetica;
  font-size        : 18px;
  font-weight      : bold;
  color            : #666;
  text-align       : left;
}
.inputbox {
  font-family      : Arial, Helvetica;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

li {
	/*line-height: 20px;*/
	font-weight: normal;
	margin-left: 40px;
	color: #FFFF99;

}


/* strokes for table cells */

.topbottomstroke {
	
	border-left: solid 1px #808B99;
	border-right: solid 1px #808B99;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	}
	
.contentleftstroke {
	
	border-left: solid 1px #808B99;
	border-right: solid 0px #808B99;
	border-top: inset 0px #000000;
	border-bottom: solid 0px #000000;
	}	
	
.leftrightstroke {
	border-left: solid 1px #808B99;
	border-right: solid 1px #808B99;
	border-top: solid 0px #808B99;
	border-bottom: solid 0px #808B99;
	}

