﻿/* 
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: #663300;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 1.4;
}

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

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

a:visted {
color:#f3a110;
text-decoration: underline;
}

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

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

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

.t_yellow_10 {               
color:#f3a110;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.4;
}

.t_brown_10 {               
color: #663300;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.4;
}

.t_grey_10 {               
color: #999999;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.4;
}

.t_grey_12 {                
color: #666666;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 1.4;
}

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

.form_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;
}