Body { font-family: Arial, Helvetica, sans-serif;
       color: black;
       background-image: url(images/bg_color.jpg); 
}

.ParagraphHeading {
	color: #CC0000;
	font-size:x-large;
	font-weight: bold;
}
.SiteHeading {
	color: black;
	font-weight: bold;
	font-size: x-large;
}
.RedBold {
	color: red;
	font-weight: bold;
}
.BlueBold {
	color: #0000cd;
	font-weight: bold;
}
.small {
       color: black;
   font-size: small;
}
.medium {
       color: black;
   font-size: medium;
}

p {font-size: small; margin-top: 0.5em; margin-bottom: 1em; line-height: 1.2em; color: black; text-align: justify;}
.white {color: white}

p.medium {font-size: medium; margin-top: 0.5em; margin-bottom: 1em; line-height: 1.2em; color: black; text-align: justify;}
.white {color: white}
.helpers {
	font-size: x-small;
	text-align: justify;
}

.contentcolor {
 background-color: #FFFFCC;
}

.PageHeader {
	font-variant: small-caps;
	font-weight: 800;
	font-size: large;
}
		

h1 {
	color: black;
	font-weight: bold;
	font-size: x-large; 
		
}

h2 {font-size: large;}

h3 {font-size: medium;}

h4 {font-size: small;}

h5 {font-size: x-small;}      

p a:link  { font-size: medium;
color: black;
font-weight: bold;
}
p a:hover  { font-size: medium;
color: #cc0000;
font-weight: bold;
text-decoration: none;
}
p a:visited  { font-size: medium;
color: black;
font-weight: bold;
text-decoration: none;
}
.menu { font-size: medium;
font-weight: bold;
text-decoration: none;
}
.menu a:link, .menu a:visited  {
font-size: medium;
font-weight: bold;
text-decoration: none;
color: black;
}
.menu a:hover  { 
font-size: medium;
font-weight: bold;
color: #cc0000;
}


 /* List Definitions */
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: Decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}

/* Rounded Corners with Background */
div#nifty{ margin: 0 10%;background: #9BD1FA}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#nifty{ margin: 0 10%;background: #9BD1FA}
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


/* Sothink Menu */
.ItemStyle {
	list-style-image: url(images/book2.gif);
	font-size: 10px;
	vertical-align: middle;
}

.PopItemStyle {
	list-style-image: url(images/book1.gif);
	font-size: 10px;
}

.Copyright {
	color: white;
	background-color:transparent;
	font-weight: bold;
	font-size: xx-small;
	text-align: center;	
}
.Copyright a:link, .Copyright a:visited, .Copyright a:hover, .Copyright a:active { color:  white; background-color:transparent; font-weight: 500; font-size: xx-small; }
.Copyright a:hover { color:  #FC0; background-color:transparent; font-weight: 500; font-size: xx-small; }

