/*	 GSGnet.net Style Sheet  - - - - - - - - - - - -  */
/*	-- 11/2008								  */

/*  ..... color schemes ......
background-color: #F3D487;

	
		1 = black	= 000000   
		2 = cream	= F3D487
		3 = reddish	= C71319 
		4 = white	= FFFFFF
		5 = goldish = #F3D487
	...........................   */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
 	background-color: #F3D487;
	}
td,  li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
.bold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

	
/*  Links   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
a:link
	{
    color: #C71319;
    text-decoration: none;
	}
a:visited
	{
    color: #C71319;
    text-decoration: none;
	}
a:active
	{
    color: #3F2315;
    text-decoration: none;
	}
a:hover
	{
    color: #3F2315;
    text-decoration: underline;
	}

/*  Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.heading1 	{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	}
.heading2 	{
	font-size: 18px;
	font-weight: bold;
	color: #F3D487;
	}
.heading3 	{
	font-size: 18px;
	font-weight: bold;
	color: #C71319;
	}
.heading4 	{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
.heading5 	{
	font-size: 36px;
	font-weight: bold;
	color: #de9a0c;
	}	

	
/*  Sub Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

.subhead1 	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.subhead2 	{
	font-size: 14px;
	font-weight: bold;
	color: #F3D487;
	}
.subhead3 	{
	font-size: 14px;
	font-weight: bold;
	color: #C71319;
	}
.subhead4 	{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}	


/*  -  Text options -  - -  -  -  - -  -  -  - -  -  -  -   */
.text1 	{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.text2 	{
	font-size: 12px;
	font-weight: normal;
	color: #F3D487;
	}
.text3 	{
	font-size: 12px;
	font-weight: normal;
	color: #C71319;
	}
.text4 	{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}	

.text1_bold 	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.text2_bold  	{
	font-size: 12px;
	font-weight: bold;
	color: #F3D487;
	}
.text3_bold  	{
	font-size: 12px;
	font-weight: bold;
	color: #C71319;
	}
.text4_bold  	{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}	
	

	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

