﻿body 
	{ 
	font-family : Verdana, Sans-Serif, Arial, Helvetica; 
	color : #000000; 
	font-size : 12px; 
	text-align : justify; 
	background: #929FA4 url('../_images/bg01.gif');	
	} 
h3					
	{
	color: #000000; 
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight: 700;
	background-color : transparent; 
	text-decoration : none; 
	} 
a:link
	{ 
	color : #808080; 
	background-color : transparent; 
	text-decoration : none; 
	} 
a:visited
	{ 
	color : #808080; 
	background-color : transparent; 
	text-decoration : none; 
	} 
a:active
	{ 
	color : red; 
	background-color : transparent; 
	text-decoration : underline; 
	} 
a:hover
	{ 
	background-color : transparent; 
	color : #333333; 
	text-decoration : none; 
	}
.boldtxt
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration:none;
	font-weight: 700;
	}
.bottomheader
	{
	font: bold 12px Verdana;
	padding: 2px 1px;
	display: block;
	width: 100%; 
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #FFFFFF;
	}
.bottommenu
	{
	border-bottom: 1px dotted #C0C0C0;
	background-color: #617780;
	border-bottom-width: 0;
	width: 185px;
	}
* html .bottommenu
	{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 170px;
	}
.bottommenu ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.bottommenu a
	{
	font: normal 10px Verdana;
	padding: 2px 1px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #C0C0C0;
	}
.bottommenu a:visited
	{
	color: #ffffff;
	}
html>body .bottommenu a
	{ /*Non IE rule*/
	width: auto;
	}
.bottommenu a:hover
	{
	background-color: #35515c;
	color: #ffffff;
	}
.bottable
	{ 
	border-width : 0; 
	background-color: #617780; 
	padding : 0; 
	text-align: center;
	width: 100%;
	}
.cwctbgdot
	{
	font-size: 10px;
	color: #808080; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	background-image: url('../_images/bgdot.gif');
	background-repeat: repeat-x
	}
.field
	{
	font-size: 10pt;
	color: #000080;
	background-color: #f4f4f4;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif
	}
.fieldbox
	{
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(../_images/fieldboxbg.gif);
	COLOR: #000080;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #ffffff
	}
.new-reg
	{
	padding-left: 15px; 
	font-size: 16px; 
	color: #FF0000;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	}
.new-reg1
	{
	padding: 15px; 
	font-size: 12px; 
	color: #000000;
	line-height: 16px;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	}
#topmenu
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	}
#topmenu:after
	{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#topmenu ul
	{
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #e0e0e0;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
	}
#topmenu ul li
	{
	display: inline;
	}
#topmenu ul li a
	{
	color: #494949;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background: transparent url(../_images/slantdivider.gif) top right no-repeat;
	}
#topmenu ul li a:visited
	{
	color: #494949;
	} 
#topmenu ul li a:hover
	{
	color: red;
	text-decoration: none;
	}
.leftmenu
	{
	width: 180px; /*width of menu*/
	}
.leftmenu .headerbar
	{
	font: bold 12px Arial;
	color: white;
	background: green url(../_images/titlebar.png) repeat-x center left;
	margin-bottom: 3px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	text-align: left;
	}
.leftmenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.leftmenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.leftmenu ul li a
	{
	color: #333333;
	background: url(../_images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
	}
.leftmenu ul li a:visited
	{
	color: #333333;
	}
.leftmenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
.catmenu
	{
	width: 100%;
	}
.catmenu ul
	{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
	}
.catmenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.catmenu ul li a
	{
	color: #808080;
	background: url(../_images/arrow01.gif) no-repeat center left;
	display: block;
	padding: 1px 0;
	padding-left: 20px; 
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	text-align: left;
	}
.catmenu ul li a:visited
	{
	color: #808080;
	}
.catmenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(../_images/arrow02.gif) no-repeat center left;
	}	
#alphamenu ul
	{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	font: bold 100% Tohoma;
	width: 100%;
	border: 1px solid #625e00;
	background-color: #c4c4c4;
	}
* html #alphamenu ul
	{ /*IE only rule, reduce menu width*/
	width: 99%;
	}
#alphamenu ul li
	{
	display: inline;
	}
#alphamenu ul li a
	{
	float: left;
	color: black;
	padding: 2px 5px;
	text-decoration: none;
	background: transparent url(../_images/vertical.gif) center right no-repeat;
	}
#alphamenu ul li a:visited
	{
	color: black;
	}
#alphamenu ul li a:hover
	{
	color: black;
	background-color: #808080;
	}
	
.dirmenu
	{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	}
.dirmenu ul
	{
	margin: 0;
	padding: 0;
	padding-left: 12px; /*offset of tabs relative to browser left edge*/
	font: bold 10px Verdana;
	color: #647AA6;
	list-style-type: none;
	}
.dirmenu li
	{
	display: inline;
	margin: 0;
	}
.dirmenu li a
	{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #354872;
	background: #CCCCCC; /*background of tabs (default state)*/
	}
.dirmenu li a:visited
	{
	color: #354872;
	}
.dirmenu li.selected a
	{
	background: #647AA6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #DEDEDE;
	}
.dirmenu li a:hover
	{
	background: #647AA6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #DEDEDE;
	}
.popmenu
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:10pt;
	text-decoration:none;
	display: block;
	width: 96%;
	background-color : transparent;
	padding: 2px 0px 2px 2px;
	font-weight: 700;
	text-align: center
	}
.popmenu:link
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;
	display: block;
	width: 96%;
	background-color : #FCFCFC;
	padding: 2px 0px 2px 4px;
	font-weight: 100;
	text-align: left;
	BORDER-RIGHT: #eff2f4 1px solid; 
	BORDER-TOP: #eff2f4 1px solid; 
	BORDER-LEFT: #eff2f4 1px solid; 
	BORDER-BOTTOM: #eff2f4 1px solid
	}
.popmenu:visited
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;
	display: block;
	width: 96%;
	background-color : #FCFCFC;
	padding: 2px 0px 2px 4px;
	font-weight: 100;
	text-align: left;
	BORDER-RIGHT: #eff2f4 1px solid; 
	BORDER-TOP: #eff2f4 1px solid; 
	BORDER-LEFT: #eff2f4 1px solid; 
	BORDER-BOTTOM: #eff2f4 1px solid
	}
.popmenu:active
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	background-color: #ffffff;
	color: #000000;
	width: 96%;
	font-weight: 100;
	padding: 2px 0px 2px 4px;
	BORDER-RIGHT: #c0c0c0 1px solid; 
	BORDER-TOP: #c0c0c0 1px solid; 
	BORDER-LEFT: #c0c0c0 1px solid; 
	BORDER-BOTTOM: #c0c0c0 1px solid
	}
.popmenu:hover
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	background-color: #ffffff;
	color: #000000;
	width: 96%;
	font-weight: 100;
	padding: 2px 0px 2px 4px;
	BORDER-RIGHT: #c0c0c0 1px solid; 
	BORDER-TOP: #c0c0c0 1px solid; 
	BORDER-LEFT: #c0c0c0 1px solid; 
	BORDER-BOTTOM: #c0c0c0 1px solid
	}
.sitemenu
	{
	width: 100%; /*width of menu*/
	}
.sitemenu .headerbar
	{
	font: bold 12px Arial;
	color: white;
	background: black url(../_images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
.sitemenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.sitemenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.sitemenu ul li a
	{
	color: #333333;
	background: url(../_images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
	}
.sitemenu ul li a:visited
	{
	color: #333333;
	}
.sitemenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	
.ContentListEven
	{
	font-size: 9pt;
	color: #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	BACKGROUND-color: #eff2f4;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.ContentListOdd
	{
	font-size: 9pt; 
	color: #3A3A3A; 
	vertical-align: top;
	text-align: left;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-color: #f8f9fa;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.tp
	{ 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../_images/cwct_back_01.gif) repeat center left; 
	color : #ffffff; 
	font-size : 11px; 
	text-decoration : none; 
	background-color : #38545F;
	} 
.tp a:link
	{ 
	color: #ffffff; 
	text-decoration : none; 
	} 
.tp a:visited 
	{ 
	color: #ffffff; 
	text-decoration : none; 
	} 
.tp a:active
	{ 
	color: #ffffff; 
	text-decoration : underline;
	background: url(../_images/cwct_back_02.gif) repeat center left; 
	} 
.tp:hover
	{ 
	background: url(../_images/cwct_back_02.gif) repeat center left; 
	background-color: #8c3310;	
	color: #ffffff; 
	text-decoration : none;
	}
DIV.cent
	{ 
	text-align: center; 
	} 
DIV.lef
	{ 
	text-align: left; 
	} 
.clock 
	{ 
	font-size: 8pt; 
	color : #ffffff; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : 100; 
	text-decoration : none; 
	} 
.table1
	{ 
	border-width : 0; 
	background-color : #ffffff; 
	padding : 0; 
    margin-left: auto;
    margin-right: auto;
	} 
.table2
	{
	border-style: none;
	border-width: 0;
	text-align:left;
	}
.tableC 
	{ 
	border-width : 1px; 
	border-color : #326496; 
	padding : 0; 
	width : 94%; 
	padding : 8px; 
	border-top : dotted; 
	border-left : dotted; 
	border-bottom : solid; 
	border-right : solid;
	} 
.tableSearch 
	{ 
	border-width : 1px; 
	border-color : #c0c0c0; 
	width : 100%; 
	padding : 4px; 
	border: solid; 
	text-align: left;
	}
.tableSearch2
	{ 
	border-width : 2px; 
	border-color : #ffffff; 
	width : 100%;
	height: 6px; 
	padding : 0px; 
	border: solid; 
	background-color: #d4d4d4;
	}

.EvenGT
	{
	font-size: 11px;
	color: #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	BACKGROUND-color: #eff2f4;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.OddGT
	{
	font-size: 11px; 
	color: #3A3A3A; 
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-color: #f8f9fa;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
table
	{ 
font-size : 100%; 
	} 

