/*************************************
	body - p: change size/color to suit needs
*************************************/
body {
	font-family: "Trebuchet MS", Tahoma, Arial, "Times New Roman";
	background : #000000;
}
body, p {
	font-family: "Trebuchet MS", Tahoma, Arial, "Times New Roman";
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

/*************************************
	headings - change color and size to suit your needs.
*************************************/

h1 {
	font: 15px "Trebuchet MS", Tahoma, Arial, "Times New Roman";
	font-weight: bold;
	color: #000000;
	background-color : #fcfb9e;
}

h2  {
	font: 14px "Trebuchet MS", Tahoma, Arial, "Times New Roman";
	color: #ffffff;
	font-weight: bold;
	background-color : #108DD5;
}

h3 {
	font: 15px "Trebuchet MS", Tahoma, Arial, "Times New Roman";
	font-weight: bold;
	color: #000000;
	background-color : #fcfb9e;

}

/*************************************
	scrip
*************************************/

scrip  {
	font-style : italic;
	font-size : 10px;
}

/*************************************
	link styles - just change color and text decoration to suit your needs
*************************************/

a {
	text-decoration: none;
	color: #108DD5;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #60a8f5;
	font-size: 12px;
}

/*************************************
	nav
*************************************/

.nav  {
	background-color: White;
	color: #108DD5;
	font-family: "Trebuchet MS", Tahoma, Arial, "Times New Roman";
	font-weight: bold;
	font-size: 13px;
}




div#overflow
{
width:675px;
overflow: auto

}





div#600overflow
{
width:600px;
overflow: auto
}

div#smalleroverflow
{
width:600px;
overflow: auto;
}


/*************************************
	lil
*************************************/

.lil  {
	font-size : 9px;
}

.blueback {
	background-color : #108DD5;
}

.yellowback{
	background-color : #fcfb9e;
}
