* Copyright 2005 Website Solution. All Rights Reserved. */

/* 1. Add this line under title : <LINK href="css/weso.css" rel=stylesheet type=text/css> */
/* 2. Include 'text-decoration: none' for text without underline */

/* Text Color & Decoration */
/* Dark Grey */
.g10, .g11, .g12, .g16, .g20 { color: #636D6F }

/* Medium Grey */
.z11, .z12, .z16, .z20 { color: #888888 }

/* Black */
.b11, .b12, .b16, .b20 { color: #000000 }

/* White */
.w11, .w12, .w16, .w20 { color: #FFFFFF }

/* Blue Green */
.j11, .j12, .j16, .j20 { color: #1492A0 }

/* Blue */
.e11, .e12 { color: #0042CA}

/* Dark Blue */
.d12, .d16, .d20 { color: #012B99}

/* Red */
.r11, .r12, .r16, .r20 { color: #FF0000 }

/* Purple */
.p11, .p12, .p16, .p20 { color: #6951B3 }

/* Green */
.u12 { color: #638F20 }

/* Font Size */
.g10 { font-size: 10px }
.g11, .b11, .w11, .z11, .j11, .r11, .p11, .e11 { font-size: 11px }
.g12, .b12, .w12, .z12, .j12, .r12, .p12, .u12, .e12, .d12 { font-size: 12px }
.g16, .b16, .w16, .z16, .j16, .r16, .p16, .d16 { font-size: 16px }
.g20, .b20, .w20, .z20, .j20, .r20, .p20, .d20 { font-size: 20px }

/* Top Select Box */
.top { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #638F20; }
.top a { color: #638F20 }
.top a:link { color: #638F20; text-decoration: none }
.top a:visited { color: #638F20; text-decoration: none }
.top a:active { color: #638F20 }
.top a:hover { color: #638F20; text-decoration: underline }

/* Menu */
.menu { font-family: Arial, Verdana, Helvetica; font-size:13px; color: #000000; text-decoration: none; font : bold; }

/* Sub Menu Off */
.submenu { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #6F6F6F; }
.submenu a { color: #6F6F6F }
.submenu a:link { color: #6F6F6F; text-decoration: none }
.submenu a:visited { color: #6F6F6F; text-decoration: none }
.submenu a:active { color: #6F6F6F }
.submenu a:hover { color: #2F1A93; text-decoration: none }

/* Site Map */
.sitemap { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #615F5F; }
.sitemap a, .sitemap a:link, .sitemap a:visited, .sitemap a:active { color: #615F5F; text-decoration: none }
.sitemap a:hover { color: #615F5F; text-decoration: underline }

/* Header & Footer */
.small { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 9px; color: #5C5C5C }
.small a:link, .small a:visited { text-decoration: none; color: #5C5C5C }
.small a:hover { text-decoration: none; color: #1C5FB6 }  

/* Header & Footer with link color */
.link { font-family: Geneva, Verdana, Arial, sans-serif; font-size: 9px; color: #888888 }
.link a:link, .link a:visited { text-decoration: none; color: #1C5FB6 }
.link a:hover { text-decoration: none; color: #1C5FB6 } 

/* Body (Grey #333333 / Black #000000 / Others) */
/* Example: Replace #333333 with #000000 if Black Color is preferred */
td { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13.5px; color: #434343; text-align : justify; }
 a { color: #2F1A93 }
 a:link { color: #2F1A93; text-decoration: underline }
 a:visited { color: #2F1A93; text-decoration: underline }
 a:active { color: #2F1A93; text-decoration: underline }
 a:hover { color: #2F1A93; text-decoration: underline }
 
.left { text-align: left }
.right { text-align: right }
.center { text-align: center }

/* Select, Input */
select, input { font-family: Tahoma, san-serif; font-size: 11px; color: #000000; background-color: #FFFFFF }

/* Submit Button */
.submit { font-family:Tahoma,sans-serif; font-size:11px; background: #D4D0C8; border-bottom: 1px solid #000000;border-right: 1px solid #000000;border-left: 1px solid #E2E2E2;border-top: 1px solid #E2E2E2;color:#000000;height: 19px;text-decoration:none;padding-left: 4px;padding-right: 4px;cursor: hand }

/* Textarea */
.textarea { font-family:Tahoma,sans-serif; font-size:11px; overflow-x:hidden; overflow-y:auto; padding:2px }

/* content */
body, p { line-height:20px;}
.tdContent { vertical-align:top; width: 434px; border:#979797 solid 1px; border-top:none; padding:6px 30px 30px 30px;}
.tdContentSpace { vertical-align:top; height:10px;}
.tdContentRight { vertical-align:top; padding-left:12px;}
.tdContentRightTitle { color: #6C6867;}
.divGreen { width:140px; padding:20px; background-color:#B2CD4C; background-image:url(../img/edge_rounds.jpg); background-repeat:no-repeat; background-position:top right; text-align:left;}
.contentTitle { color:#B1CD49; font-size:22px; font-weight:bold;}
.contentSubTitle { color:#686868; font-size:18px; font-weight:bold;}
