strColorDarker = "#154D6D"
strColorDark = "#3B5998"
strColorMedium2 = "#94B8D4"
//strColorMedium = "#5A96C6"
strColorMedium = "#3A76A6"
strColorLight = "#DCE7EE"
strColorYelMedium = "#FFB643"

//<hr color="#e0e0e0"  />

document.write('<style type="text/css">'
+'<!-- '
+'h1{'
+'font-family:Arial;'
+'font-size:16px;'
+'color:' + strColorDark   + ';'
+'font-weight:bold;'
+'}'
+'h2{'
+'font-family:Arial;'
+'font-size:14px;'
+'color:' + strColorDark   + ';'
+'font-weight:bold;'
+'}'
+'.body{margin:0px;'
+'font-family:Verdana,Arial,Tahoma,Helvetica,Impact,sans-serif;'
+'font-size:12px;}'
+' '
+'.capitalize{'
+'text-transform:capitalize;'
+'}'
+''
+'.font_normal{'
+'font-family:Verdana,Arial,Tahoma,Helvetica,Impact,sans-serif;'
+'font-size:12px;'
+'}'
+''
+'.font_normal_sm{'
+'font-family:Verdana,Arial,Tahoma,Helvetica,Impact,sans-serif;'
+'font-size:11px;'
+'}'
+''
+'.font_title1{'
+'font-family:Arial;'
+'font-size:16px;'
+'color:' + strColorDark   + ';'
+'font-weight:bold;'
+'}'
+''
+'.font_title2{'
+'font-family:Arial;'
+'font-size:14px;'
+'color:' + strColorDark   + ';'
+'font-weight:bold;'
+'}'
+''
+'.bkg_dark{background:' + strColorDark + ';}'
+'.bkg_med{background:' + strColorMedium + ';}'
+'.bkg_light{background:' + strColorLight + ';}'
+''
+'.button{background:' + strColorDark + ';color:white;}'
+''
+'.line_dark{background:' + strColorDarker + ';height:1px;}'
+'.line_light{background:' + strColorMedium + ';height:2px;}'
+'.line_lighter{background:' + strColorLight + ';height:1px;}'
+''
+'a:link {text-decoration:underline; color:' + strColorDark + ';}'
+'a:visited {text-decoration:underline; color:' + strColorDark + ';}'
+'a:hover {text-decoration:none; color:' + strColorMedium + ';}'
+''
+'a.menu:link {font-weight:bold;font-family:Arial;font-size:12px;text-decoration:none; color: ' + strColorMedium + ';}'
+'a.menu:visited {font-weight:bold;font-family:Arial;font-size:12px;text-decoration:none; color: ' + strColorMedium + ';}'
+'a.menu:hover {font-weight:bold;font-family:Arial;font-size:12px;text-decoration:none; color:black;}'
+''
+'.menu_font{font-weight:bold;font-family:Arial;font-size:13px;text-decoration:none; color:' + strColorMedium2 + ';}'
+''
+'.li_white{list-style-type:square;color:white}'
+''
+'.border1{border-width:2px;border-style:solid;border-color:black;}'
+''
+'a.path:link {font-weight:bold;font-family:Arial;font-size:13px;text-decoration:none; color:white;}'
+'a.path:visited {font-weight:bold;font-family:Arial;font-size:13px;text-decoration:none; color:white;}'
+'a.path:hover {font-weight:bold;font-family:Arial;font-size:13px;text-decoration:none; color:' + strColorMedium2 + ';}'
+''
+'-->'
+'</style>')

