/* Reset Css
 * --------------------------------------------------*/
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; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/* Main style
 * --------------------------------------------------*/
body {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #666666;
	font-style: normal;    
}

th {
	text-align: left; 
}

/* Classes
 * --------------------------------------------------*/
.b						{ font-weight: bold; }
.w5						{ width: 5%; }
.w10					{ width: 10%; }
.w15					{ width: 15%; }
.w20					{ width: 20%; }
.w25					{ width: 25%; }
.w30					{ width: 30%; }
.w35					{ width: 35%; }
.w40					{ width: 40%; }
.w45					{ width: 45%; }
.w50					{ width: 50%; }
.w55					{ width: 55%; }
.w60					{ width: 60%; }
.w65					{ width: 65%; }
.w70					{ width: 70%; }
.w75					{ width: 75%; }
.w80					{ width: 80%; }
.w85					{ width: 85%; }
.w90					{ width: 90%; }
.w95					{ width: 95%; }
.w100					{ width: 100%; }

.p5                     { padding: 0 0 5px 0;}
.p10					{ padding: 0 0 10px 0;}
.p15                    { padding: 0 0 15px 0;}
.p20					{ padding: 0 0 20px 0;}
.p25                    { padding: 0 0 25px 0;}
.p30					{ padding: 0 0 30px 0;}

/* Error levels
 * --------------------------------------------------*/
.error					{ color: #4e7b72; }
.warning				{ color: #41c941; }
.important				{ font-variant: small-caps; font-size: 1.5em; }
.errorfield				{ border: 1px solid #4e7b72; }
.errormessage			{ color: #4e7b72; padding: 0 0 0 4px; }

/* Div as table shortcodes
 * --------------------------------------------------*/
.fl						{ float: left; }
.fr						{ float: right; }
.clear					{ clear: both; }
.ctr                    { text-align: center; }
.rgt                    { text-align: right; }
.lft                    { text-align: left; }

/* Links LoVeHAte
 * --------------------------------------------------*/
a:link					{ color: #5edff5; text-decoration: none; }
a:visited				{ color: #5edff5; text-decoration: none; }
a:active				{ color: #5edff5; text-decoration: none; }
a:hover					{ color: #3e3e3e; text-decoration: underline; }

