﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}
html {
	font-size: 100.01%;
	}
body {
	line-height: 1;
	/*font-size: 12px;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	/*content: '';
	content: none;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	outline-color:#fff;

}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }

.floatLeft { float: left; }
.floatRight { float: right; }
.t_left { text-align: left; }
.t_right { text-align: right; }
.t_center { text-align:center; }

.l_center { margin: 0 auto; }

/* Padding */
.p_2 { padding:2px; }
.p_4 { padding:10px 4px 4px 4px; }
.p_10 { padding:10px; }
.ptb_5 { padding:5px 0 !important; }
.ptb_10 { padding:10px 0 !important; }
.p_top_4 { padding-top:4px; }
.p_top_8 { padding-top:8px; }
.p_top_15 { padding-top:15px; }
.p_top_25 { padding-top:25px; }
.p_bottom_5 { padding-bottom:5px; }
.p_bottom_10 { padding-bottom:10px; }
.p_bottom_15 { padding-bottom:15px; }
.p_bottom_25 { padding-bottom:25px; }
.p_left_10 { padding-left:10px; }
.p_right_10 { padding-right:10px; }

/* Margin */
.m_left_60 { margin-left:60px; }
.m_top_15 { margin-top:15px; }
.m_top_25 { margin-top:25px; }
.m_bottom_15 { margin-bottom:15px; }

/* Font Size */
.f_size_8 {
	font-size:8px;
}
.f_size_10 {
	font-size:10px;
}
.f_size_11 {
	font-size:11px;
}
.f_size_12 {
	font-size:12px;
}
.f_size_14 {
	font-size:14px;
}
.f_size_15 {
	font-size:15px;
}
.bold
{
	font-weight:bold;
}
/* Vertical Align */
.v_middle { vertical-align:middle; }
/*UNderline*/
.under
{
	text-decoration:underline !important;
}
.under:hover
{
	text-decoration:none !important;
}
/*DISPLAY VALUES*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
.nClear {clear:both;} 

/* COLOR */
.dark_grey {color:#333333} /*(text)*/
.dark_blue  {color:#000066} /*(headings, links)*/
.mid_blue {color:#333399} /*(header)*/
.light_blue {color:#CCCCFF} /*(top navigation)*/
.mid_grey {color:#666666} 
.b_green {color:#339933}
.light_green {color:#E5FFE8}
.b_orange {color:#f60}
.b_blue {color:#1678b7}
.b_yellow {color:#ffc}

#box h2 {
padding: 0 0 6px 0;
font: bold 14px/14px "Verdana", sans-serif; 
}
h3 {
padding: 0 0 3px 0;
font-size:14px; 
}

a:link { color: #0D8AE1;}
a:visited { color: purple; }
a:hover { color: purple; }
a:active { color: red; }


a
{
	color:#a46068;
	text-decoration:none;
	outline:0;
    font-size:11px;
}

a:hover
{
	color:#a46068;
	text-decoration:underline;
	outline:0;
}
#wrap {
width:990px; /* Change this to the width of your layout */
margin:0 auto;
}
