/*

        Filename:          style.css
        Description:       Style sheet
        Site:              DCM Software
        Author:            Steven Dahlman, DCM Software
        Start date:        04-08-06
        Last modification: 07-01-09

        Colors:
         #000000 = Black
         #191970 = Midnight blue
         #ffffff = White

*/

/* Body */

body {
	background-color: #ffffff;
	margin-left:      0;
	margin-right:     0;
	margin-top:       0;
	margin-bottom:    0;
}

.large1  { font-family: Helvetica,Arial; font-size: 18pt; color: #191970; }     /* Large sans-serif */
.large2  { font-family: Georgia,Times; font-size: 18pt; color: #191970; }       /* Large serif */
.large3  { font-family: Helvetica,Arial; font-size: 18pt; color: #ffffff; }     /* Large sans-serif (white) */

.medium1 { font-family: Helvetica,Arial; font-size: 11pt; color: #191970; }     /* Medium sans-serif */
.medium2 { font-family: Helvetica,Arial; font-size: 11pt; color: #ffffff; }     /* Medium sans-serif (White) */
.medium3 { font-family: Georgia,Times; font-size: 12pt; color: #191970; }       /* Medium serif */

.fixed   { font-family: Courier New,Courier; font-size: 11pt; color: #000000; } /* Fixed-width */

.small1  { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; }     /* Small sans-serif */
.small2  { font-family: Georgia,Times; font-size: 10pt; color: #191970; }       /* Small serif */

/* Menu links */

A.menu:link    { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
A.menu:visited { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
A.menu:hover   { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: underline; }

/* Product Quick Menu links */

A.qmenu:link    { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: underline; }
A.qmenu:visited { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: underline; }
A.qmenu:hover   { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #0000ff; text-decoration: underline; }

/* Product Menu links */

A.prodmenu:link    { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: underline; }
A.prodmenu:visited { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: underline; }
A.prodmenu:hover   { font-family: Helvetica,Arial; font-size: 10pt; color: #0000ff; text-decoration: underline; }

/* Article Menu links */

A.artmenu:link    { font-family: Georgia,Times; font-size: 11pt; color: #191970; text-decoration: none; }
A.artmenu:visited { font-family: Georgia,Times; font-size: 11pt; color: #191970; text-decoration: none; }
A.artmenu:hover   { font-family: Georgia,Times; font-size: 11pt; color: #0000ff; text-decoration: underline; }

/* Web site and email links */

A.web:link    { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: underline; }
A.web:visited { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: underline; }
A.web:hover   { font-family: Helvetica,Arial; font-size: 10pt; color: #0000ff; text-decoration: underline; }

/* Text hyperlinks */

A.text:link    { font-family: Georgia,Times; font-size: 12pt; color: #191970; text-decoration: underline; }
A.text:visited { font-family: Georgia,Times; font-size: 12pt; color: #191970; text-decoration: underline; }
A.text:hover   { font-family: Georgia,Times; font-size: 12pt; color: #0000ff; text-decoration: underline; }