﻿/* 
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body, td, tr, p {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 1.3em;
text-decoration: none;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

h1 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h2 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a {
color:#669999;
text-decoration: underline;
}

a:link {
color:#669999;
text-decoration: underline;
}

a:visited {
color:#669999;
text-decoration: underline;
}

a:hover {
color:#669999;
text-decoration: underline;
}

a:active {
color:#669999;
text-decoration: underline;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#header {
padding: 0px;
width: 740px;
border: 0px;
margin: 0px;
}

#content {
padding: 0px;
width: 740px;
border: 0px;
margin: 0px;
}

#footer {
padding: 0px;
width: 740px;
border: 0px;
margin: 0px;
}

#background_top {
padding: 0px;
width: 100%;
border: 0px;
margin: 0px;
background-image: url('../images/b_01.jpg');
}

#background_mid {
padding: 0px;
width: 100%;
border: 0px;
margin: 0px;
background-image: url('../images/b_03.jpg');
}

#background_bottom {
padding: 0px;
width: 100%;
border: 0px;
margin: 0px;
background-image: url('../images/b_02.jpg');
}

.s_content {
padding: 20px;
border: 0px;
margin: 0px;
text-align: left;
line-height: 1.3em;
}

/* Forms
////////////////////////////////////////////////////////////////////////////////// */

.f_input_grey {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 5px;
}

.f_input_red {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border-color: #ff0000;
border-width: 1px;
border-style: solid;
padding: 5px;
}

/* Fonts
////////////////////////////////////////////////////////////////////////////////// */

.t_grey_10 {               
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 120%;
}

.t_grey_12 {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 120%;
}

.t_red_10 {               
color: #ff0000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 120%;
}

.t_red_12 {                
color: #ff0000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 120%;
}