﻿/* 
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;
text-decoration: none;
line-height: 1.4;
margin-top: 3px;
}

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

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

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

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

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

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

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

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

.t_sub_menus {               
color: #666666;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.0;
vertical-align: middle;
}

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

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

.form_input_color{                
color: #666666;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
border-color: #ff6600;
border-width: 1px;
border-style: solid;
padding: 5px;
horizontal-align: right;
}