.boxTitle{
                                                font-family:Tahoma;
                                                font-style:normal;
                                                font-weight:bold;
                                                color:#FFFFFF;
						font-size:14px;
}

body	{
						margin:0px;
						padding:0px;
						/*background-image: url(<%=System.getProperty("SwapNotes.URLPath")%>images/bg_main.gif);
						background-position: left top;
						background-repeat: repeat-x;
						background-color:#ffffff;*/
						font-family:Tahoma;
						}
td {
						vertical-align:top;
						font-size:11px;
						line-height:14px;
						font-family:Tahoma;
						color:#646363;
						}
img {
						border:0;
						}
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/
ul {
						list-style-type:none;
						margin:0px;
						padding:0px;
						}
em{
						font-style:normal;
						}
form {
						padding:0px;
						margin:0px;
						}
/*----------------------------------------------------   a	 ---------------------*/
a	{
						color:#8C3329;
						font-size:11px;
						text-decoration:none;
						}
a:hover	{
						color:#8C3329;
						font-size:11px;
						text-decoration:underline;
						}

.bluelink {
						color:#366A94;
						font-size:11px;
						text-decoration:none;
						}
.bluelink:hover	{
						color:#366A94;
						font-size:11px;
						text-decoration:underline;
						}

.redlink {
						color:#8C3329;
						font-size:11px;
						text-decoration:none;
						}
.redlink:hover	{
						color:#8C3329;
						font-size:11px;
						text-decoration:underline;
						}

strong {
						color:#8C3329;
						}
strong a	{
						color:#8C3329;
						text-decoration:underline;
						}
strong a:hover	{
						color:#8C3329;
						text-decoration:none;
						}

.redBold {
						color:#8C3329;
						}
b {
						/*color:#658C0A;*/
						}
b a	{
						/*color:#658C0A;*/
						text-decoration:none;
						}
b a:hover	{
						/*color:#658C0A;*/
						text-decoration:underline;
						}
/*-----------------------------------------------------  span a	 --------------------
span	{
						color:#366A94;
						}		 */
span a	{
						color:#366A94;
						text-decoration:underline;
						line-height:14px;
						}
span a:hover	{
						color:#366A94;
						text-decoration:none;
						}
/*------------------------------------------------------  em a	 ---------------------
em a	{
						color:#7ffffB;
						text-decoration:underline;
						}
em a:hover	{
						color:#7ffffB;
						text-decoration:none;
						}                                              */
/*------------------------------------------------------ strong,  strong a	 ---------------------*/

/*-----------------------------------------------------  b a	 ---------------------*/

/*----------------------------------------------------   input, textarea	 ---------------------*/
input, textarea, select {

						background-color:#ffffff;
						border:1px solid #B9BDC5;
						font-family:Tahoma;
						font-size:11px;
						color:#646363;
						line-height:13px;
						padding-left:2px;
						padding-right:2px;
						}

.highlightButton {
                                                background-color:#366A94;
						border:1px solid #B9BDC5;
						font-family:Tahoma;
						font-size:11px;
						color:#FFFFFF;
						line-height:13px;
						padding-left:2px;
						padding-right:2px;
						height:19px;
						margin:0px 0px 0px 2px;
						}

input, select	{
						height:19px;
						margin:0px 0px 0px 2px;
						}
textarea	{
						height:79px;
						margin:0px 0px 0px 8px;
						/*overflow:hidden;*/
						}
/*-----------------------------------------------------   bg_talling	 ---------------------*/
.bg_left	{
						background-image: url(<%=System.getProperty("SwapNotes.URLPath")%>images/bg_left.gif);
						background-position: right top;
						background-repeat: repeat;
						}
.bg_right	{
						background-image: url(<%=System.getProperty("SwapNotes.URLPath")%>images/bg_right.gif);
						background-position: left top;
						background-repeat: repeat;
						}

/*-----------------------------------------------------  	li	 	---------------------
li	{
						background-image: url(<%=System.getProperty("SwapNotes.URLPath")%>images/list_0_1.gif);
						background-position: 0px 5px;
						background-repeat: no-repeat;
						font-size:11px;
						margin:0px 0px 3px 0px;
						padding:0px 0px 0px 11px;
						line-height:14px;
						height:15px;
						color:#366A94;
						}

li a	{
						color:#366A94;
						font-size:11px;
						text-decoration:underline;
						}
li a:hover	{
						color:#366A94;
						font-size:11px;
						text-decoration:none;
						}

.list_1	li	{
						background:none;
						}
*/
/*------------------------------------------------------- footer	 ---------------------*/
.footer td	{
						color:#366A94;
						font-size:11px;
						padding:19px 0px 0px 0px;
						background:url(<%=System.getProperty("SwapNotes.URLPath")%>images/footer_bg.gif) left top repeat-x;
						}

.footer a	{
						color:#8C3329;/*#7B7B7B;*/
						font-size:11px;
						text-decoration:none;
						}
.footer a:hover	{
						color:#8C3329;/*#7B7B7B;*/
						font-size:11px;
						text-decoration:underline;
						}
/*-----------------------------------------------------    border   ---------------------*/

/*-----------------------------------------------------    row flip   ---------------------*/
.row0 {
                                                background:#FFFFFF;
}
.row1 {
                                                background:#F1F3F6;
}
.rowBlue {
                                                background:#0080FF;
                                                color:#FFFFFF;
}
.rowRed {
                                                background:#C10000;
                                                color:#FFFFFF;
}

.errMsg {
	color: #9B1603;
	font-weight: bold;
	background: #FFFFEE;
	padding: 5px;
	margin: 0;
	border: 1px solid #9B1603;
}

.errMsgText {
	color: #9B1603;
	font-weight: bold;
}
