/* DE Machine Co. CSS 10/06 

DE color codes
light green background = #99CCCC\
dark green = #017687
almost white background = #FCFCFC
*/

/* navigation link style */
a.button:link
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:25px;
 padding-left:16px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#FCFCFC;
 width:125px;  
 color:#333333;
}
a.button:link:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:25px;
 padding-left:16px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#017687;
}
a.button:visited
{
font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:25px;
 padding-left:16px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#666666;
}
a.button:visited:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:25px;
 padding-left:16px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#017687;
}
a.button:active  
{
font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:25px;
 padding-left:16px;
 font-weight:normal;
 text-decoration:overline underline;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#017687;
}
a.subbutton:link  
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:16px;
 padding-left:28px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#FCFCFC;
 width:125px;  
 color:#333333;
}
a.subbutton:hover  
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:16px;
 padding-left:28px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#017687;
}
a.subbutton:visited  
{
font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:16px;
 padding-left:28px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;
 color:#666666; 
}
a.subbutton:visited:hover  
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:16px;
 padding-left:28px;
 font-weight:normal;
 text-decoration:none;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#017687;
}
a.subbutton:active  
{
font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:16px;
 padding-left:28px;
 font-weight:normal;
 text-decoration:overline underline;
 border-style:solid;
 border-color:#fcfcfc;
 border-width:2px;
 background-color:#fcfcfc;
 width:125px;  
 color:#017687;
}
/* TEXT STYLES */

.SmallGrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.RegTextSpaced {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.75em;
	text-decoration: none;
}

.BoldBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0A256F;
	text-decoration: none;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight:100;
	color: #017687;
	text-decoration: none;
}