 /*  
*
*		MSM Grid framework
*		File type: CSS2
*		Media type: screen
*		License : GPL
*   
---------------------------------------- 
        Stylesheet structure
----------------------------------------
#1 - Body
#2 - Headers
#3 - Lists
	#3.1 - dl
	#3.2 - ul	
#4 - Links
#5 - Forms
#6 - Misc


/* #1 -------- Body -------- */
	body { 
		margin:0;
		padding:90px 0px 30px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt !important;
		line-height:150%;
		background: url(../images/bodyBgr.jpg);
		color:#222222;
	}


/* #2 -------- Headers -------- */ 
	h1 { font: 1.7em/1.6em Arial, Helvetica, sans-serif; margin: 0;padding:20px 0px 0px 0px; color:#9f0c02;}
	h2 { font-weight: bold;font-family:verdana;font-size:11pt; color:#9f0c02;margin:20px 0px 10px 0px;padding:0px;}
	h3 { font: 13pt/1.6em verdana;margin:10px 0px 10px 0px;  margin-bottom: 1em;color:#9f0c02; }
	h4 { font-size: 0.8em; margin-bottom: 1.25em; }
	h5 { font-size: 0.8em; font-weight: bold; margin-bottom: 1.5em; }
	h6 { font-size: 0.8em; font-weight: bold; }



/* #3 -------- Lists -------- */

	/* #3.1 - dl - */
	dl		{ margin: 0; padding:5px 0px;}
	dl dt	{ font-weight: bold; }
	dl dd	{ margin: 2px 0px 2px 20px;}

	/* #3.2 - ul - */
	.grList { list-style-type: none; margin:5px 0px 0px 10px;padding:0px;}
	.grList li {
	  background: url(../images/redBullet.gif) no-repeat left center;
	  padding: 0px 0px 0px 20px;
	  margin:0px; 
	}


/* #4 -------- Links -------- */
	a:link		{ color:#9f0c02;  text-decoration: underline; cursor:pointer;}
	a:visited	{ color:#9f0c02;cursor:pointer; text-decoration: underline;}
	a:hover	{color:#222222; cursor:pointer;}
	a:focus	{}
	a:active	{}


/* #5 -------- Forms -------- */
	form		{ margin: 0px; padding: 0px; }
	label		{ cursor:pointer;}
	fieldset	{ }
	legend	{ }
	select	{ cursor:pointer; }
	
	input.text, input.title, textarea {border:1px solid #dddddd; }
	input.text:focus, input.title:focus,textarea:focus { border:1px solid #bbbbbb; }


/* #6 -------- Misc -------- */
	p				    { margin: 10px 0px; }
	blockquote	{ margin: 10px; font-style: italic; }
	
	abbr, 
	acronym		{ border-bottom: 1px dotted #666; }
	address		{ margin: 0 0 15px; font-style: italic; }
	
	pre 			{ margin: 15px 0; white-space: pre; }
	pre,code,tt { font: 10px 'andale mono', 'lucida console', monospace; line-height: 1.5; }
	
	sup{}
	hr {
		background: #dddddd; 
	 	color: #dddddd;
	 	clear: both; 
	 	float: none; 
	 	width: 100%; 
	 	height: .1em;
	 	margin: 0 0 1.45em;
	 	border: none; 
	}


