/* ADSjR Capital Group Inc.     */
/* www.adsjrcapitalgroup.com */

/* file: "include/adsjr_home.css" */

/* main style sheet for website */
/* CSS Level 1 (see http://www.w3.org/TR/CSS1/  */

	/* CSS Level 1 */
body {  background: white;
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black; }
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: red; font-style: normal; text-decoration: none; }
a:hover     { color: red; font-style: normal; text-decoration: none; }

p {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }
ul {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }
blockquote {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }

td {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }

h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left;}
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 11pt; text-align: left; }
h3 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; font-style: italic;text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }

/* ******************** navigation bar ******************** */

#nav {
	FLOAT: left;
	WIDTH: 200px;
	margin: 10px 0px 0px;
	padding: 0px;
}

.subNav {
	DISPLAY: block;
	MARGIN: 0px 0px 1px;
	padding: 1px 5px;
	BACKGROUND-COLOR: #99a8af;
	border: 0px #999999;
	font-size: 12px;
	font-weight: bold;
}

.subNav A {
  DISPLAY: block;
	COLOR: #fff;
	MARGIN: 0px 0px 1px;
	padding: 1px 5px;
}

.subNav A:hover {
  DISPLAY: block;
	COLOR: #99a8af;
  BACKGROUND-COLOR: #fff;
}

/* end of file */