/*=======================================================
 * Style for body
 *=======================================================*/

body { background-color: #F9F7EB; font-family:Verdana, Arial, sans-serif; }

/*=======================================================
 * Style for ancher
 *=======================================================*/

a:link { text-decoration: none; color:#002BB7; }
a:visited { text-decoration: none; color:#7e41a9; }
a:hover { text-decoration: underline; color:#0044b7; }

a.menu:link { text-decoration: none; color: #ffffff; }
a.menu:visited { text-decoration: none; color: #ffffff; }
a.menu:hover  { text-decoration: underline; color: #ffffff; }


/*=======================================================
 * Style for text
 *=======================================================*/

.gray1n {color: #333333; font-style: normal; font-size: 11px; line-height: 13px; }
.gray1b {color: #333333; font-style: normal; font-weight: bold; font-size: 11px; line-height: 13px; }

.white1n {color: #FFFFFF; font-style: normal; font-size: 11px; line-height: 13px; }
.white1b {color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 11px; line-height: 13px; }

.red1n {color: #bb0000; font-style: normal; font-size: 11px; line-height: 13px; }
.red1b {color: #bb0000; font-style: normal; font-weight: bold; font-size: 11px; line-height: 13px; }

.gray1s {color: #333333; font-style: normal; font-size: 10px; line-height: 12px; }
.gray1sb {color: #333333; font-style: normal; font-weight: bold; font-size: 10px; line-height: 12px; }


h1 { margin: 0; font-size:12px }

h2 { margin: 0; font-size:12px }


form { margin:0px; margin-top:0px; margin-bottom:0px; }
