/*	Diesel Progress -- FORUM 1 -- Style Sheet  - - - - - - - - - - - -  */
/*	-- 3/2007					  */

/*  ..... color schemes ......
		1 = black 	= 000000
		2 = red 	= FF0000
		3 = blue - dark	= 153B62
		4 = white 	= FFFFFF
		5 = blue - lt = 32A2CD
		
		    gray = 808285

		...........................   */

body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	}
td,  li {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	}
.bold {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

	
/*  Links   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
a:link
	{
    color: #32A2CD;
    text-decoration: none;
	}
a:visited
	{
    color: #32A2CD;
    text-decoration: none;
	}
a:active
	{
    color: #32A2CD;
    text-decoration: none;
	}
a:hover
	{
    color: #FF0000;
    text-decoration: underline;
	}
	
/*  Forms   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

input, select, option, textarea {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	}
	
	
/*  Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.heading1 	{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
.heading2 	{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	}
.heading3 	{
	font-size: 16px;
	font-weight: bold;
	color: #153B62;
	}
.heading4 	{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
.heading5 	{
	font-size: 16px;
	font-weight: bold;
	color: #32A2CD;
	}

/*  Sub Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

.subhead1 	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.subhead2 	{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}
.subhead3 	{
	font-size: 14px;
	font-weight: bold;
	color: #153B62;
	}
.subhead4 	{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}	
.subhead5 	{
	font-size: 14px;
	font-weight: bold;
	color: #32A2CD;
	}	
	
/*  -  Subhead variations options -  - -  -  -  - -  -  -  - -  -  -  -   */
	.subhead2-I 	{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	}
/*  -  Text options -  - -  -  -  - -  -  -  - -  -  -  -   */
.text1 	{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.text2 	{
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	}
.text3 	{
	font-size: 12px;
	font-weight: normal;
	color: #153B62;
	}
.text4 	{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}	
.text5 	{
	font-size: 12px;
	font-weight: normal;
	color: #32A2CD;
	}	

	
.text1_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.text2_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	}
.text3_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #153B62;
	}
.text4_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}	
.text5_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #32A2CD;
	}	

	
.text1_tiny 	{
	font-size: 5px;
	font-weight: normal;
	color: #000000;
	}
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.error	{
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
	}	

.footer	{
	font-size: 12px;
	font-weight: normal;
	color: gray;
	}	
.footer2	{
	font-size: 12px;
	font-weight: normal;
	color: #333399;
	}	
	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

