/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	background-color: #d7d7c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*
	color: #79736f;
	*/
	color: #000000;
	margin: 0px;
	padding-top: 10px;
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	background: url(/images/_bg-wrapper.gif) repeat-y;
	position: relative;
}
#wrapper-partners {
	width: 980px;
	margin: 0px auto;
	background: url(/images/_bg-wrapper-partners.gif) repeat-y;
	position: relative;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#nav {
	padding-right: 35px;
	padding-top: 24px;
	float: right;
}
/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#subnav{
	margin: 16px 10px 0 10px;
	padding-bottom: 10px;
	border-bottom: 6px solid #000;
}
#subnav_nolinks{
	margin: 16px 10px 0 10px;
	padding-bottom: 10px;
	/*border-bottom: 6px solid #000;*/
}
.NavLevel1{
	font-size: 13px;
	color: #a91d04;
	padding: 2px 0 3px 10px;
	border-bottom: 1px solid #aba99c;
}
.NavLevel1 a:link, .NavLevel1 a:visited, .NavLevel1 a:active{
	color: #a91d04;
	text-decoration: none;
	padding-left: 10px;
	background: url(/images/_bullet-subnav.gif) no-repeat 0px 5px;
}
.NavLevel1 a:hover{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background: url(/images/_bullet-subnav_o.gif) no-repeat 0px 5px;
}
.NavLevel2{
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	padding-top: 3px;
}
.NavLevel2.last{
	padding-bottom: 14px;
}
.NavLevel2 a:link, .NavLevel2 a:visited, .NavLevel2 a:active{
	color: #000;
	text-decoration: none;
	padding-left: 8px;
	background: url(/images/_bullet-subnav2.gif) no-repeat 0px 5px;
}
.NavLevel2 a:hover{
	color: #a91d04;
	text-decoration: none;
	padding-left: 8px;
	background: url(/images/_bullet-subnav2.gif) no-repeat 0px 5px;
}
.h-subnav{
	padding-bottom: 10px;
	/* Tyler 10-20-09
	border-bottom: 1px solid #aba99c;
	*/
}

/* @@@@@[  Header / Footer  ]@@@@@ */
#header {
	width: 940px;
	height: 67px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #fff;
	position: relative;
}
#homeImg {
	height: 42px;
	width: 490px;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
	font-size: 16px;
	padding-top: 179px;
	padding-right: 20px;
	padding-left: 20px;
}
#numList a.homeNum {
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#numList a.homeNum:hover {
	background-color: #444 !important;
	text-decoration: none;
}

#homeContent  {
	float: right;
	width: 150px;
	padding-top: 15px;
}
#homeContent a {
	white-space: nowrap;
}



#footer {
	color: #535353;
	clear: both;
	padding: 5px 13px;
	width: 954px;
	margin: 0px auto;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #535353;
	text-decoration: underline;
}
#footer a:hover {
	color: #535353;
	text-decoration: none;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #535353;
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;
	color: #535353;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}

/* @@@@@[ HomePage  ]@@@@@ */
#left-index{
	float: left;
	width: 740px;
	padding-left: 41px;
	line-height: 18px;
}
#flash {
	height: 221px;
	width: 715px;
}
.banner-index{
	background: url(/images/_bg-banner-index.jpg) no-repeat;
	border: 1px solid #c4c4c4;
	padding: 29px 27px 0 18px;
	margin-left: -20px;
	color: #665f5a;
	line-height: 18px;
	height: 253px;
}
.banner-index p{
	margin: 0px;
	padding-top: 15px;
	width: 150px;
}
.title-section{
	margin-left: -20px;
}
.section-left{
	float: left;
	width: 245px;
	padding-right: 20px;
	padding-top: 10px;
	font-size:12px;
}
.video{
	float: right;
	background-color: #d8d7c3;
	padding: 10px;
	margin-top: 8px;
}
.quote-index{
	background: url(/images/_bg-quote-index.jpg) repeat-y;
	width: 980px;
}
.quote-index-in{
	background: url(/images/_bg-quote-index-top.jpg) top no-repeat;
	width: 980px;
}
.quote-index-content{
	background: url(/images/_bg-quote-index-bot.jpg) bottom no-repeat;
	padding: 34px 0 20px 80px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.quote-index-left{
	height: 256px;
}
.seqslidestyle{
	width: 346px;
	padding-right: 100px;
	height: 246px;
	float: left;
}
.quote-index-right{
	margin: -15px 0 0px 0px;
	float: right;
}
#index .callout{
	color: #231f20;
	line-height: 16px;
	background-color: #fff;
	padding: 5px 10px 0 14px;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
}

/* @@@@@[  Main Page  ]@@@@@ */
.logo{
	float: left;
	margin-top: -4px;
}
#main{
	padding-right: 20px;
	width: 960px;
}
#left-content, #left-content2{
	width: 712px;
	float: left;
	padding: 0 18px 20px 58px;
	line-height: 18px;
}
.banner{
	border: 1px solid #c4c4c4;
	width: 742px;
	display: block;
	margin-top: 0px;
	margin-right: -38px;
	margin-bottom: 20px;
	margin-left: -38px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 7px;
}
.title-page{
	margin-top: 18px;
	margin-left: -12px;
}
#left-content ul{
	margin: 0px;
	padding-left: 25px;
	padding-bottom: 18px;
}
#left-content ul li{
	list-style: none;
	padding-left: 12px;
	background: url(/images/_bullet.gif) no-repeat 0px 5px;
}
#left-content ul li ul{
	margin: 0px;
	padding: 0px;
}
.quote{
	background: url(/images/_bg-quote.jpg) repeat-y;
	width: 678px;
	margin-bottom: 18px;
}
.quote-in{
	background: url(/images/_bg-quote-top.jpg) top no-repeat;
}
.quote-content{
	background: url(/images/_bg-quote-bot.jpg) bottom no-repeat;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	padding: 20px 28px 20px 58px;
}
.quoteTraining{
	background: url(/images/gradient_training.jpg) no-repeat;
	width: 337px;
}
.quoteGranting{
	background: url(/images/gradient_granting.jpg) no-repeat;
	width: 337px;
}
.quote-contentSm{
	background: url(/images/gradient_bg.jpg) bottom no-repeat;
	font-size: 15px;
	line-height: 21px;
	color: #333;
	padding: 45px 20px 20px 20px;
	height:300px;
}
.author{
	font-size: 10px;
}
.quote-left{
	margin: 0 7px 0px -25px;
}
.quote-right{
	margin: 0 0 -8px 7px
}
#right-content{
	width: 170px;
	float: right;
	background: url(/images/_bg-right.jpg) top no-repeat;
}
.donate-btn{
	margin-top: 19px;
}
.callout{
	font-size:12px;
	color: #231f20;
	line-height: 16px;
	padding: 5px 10px 0 14px;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
}
.callout h3{
	font-size: 13px;
	color: #231f20;
	margin: 0px;
	padding: 0px;
}
.callout p{
	margin: 0px;
	padding-bottom: 16px;
}
.callout p.last{
	margin: 0px;
	padding-bottom: 26px;
}
.callout a:link, .callout a:visited, .callout a:active{
	color: #991903;
	text-decoration: underline;
}
.callout a:hover{
	color: #991903;
	text-decoration: none;
}
.bullet-callout{
	margin-right: 3px;
	margin-bottom: -2px;
}

/* @@@@@[  Events Page  ]@@@@@ */
.line{
	margin: 0px 0 14px -29px;
	border-bottom: 6px solid #000;
}
.line-grey{
	border-bottom: 1px solid #c1c1c1;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	margin: 0px 0 12px -29px;
}
.events-info{
	width: 335px;
	float: left;
	padding-right: 31px;
	padding-top: 8px;
}
.events-info a:link, .events-info a:active, .events-info a:visited{
	color: #981903;
	text-decoration: underline;
}
.events-info a:hover{
	color: #981903;
	text-decoration: none;
}
.events-col2{
	width: 106px;
	float: left;
	padding-right: 25px;
	padding-top: 8px;
}
.events-col3{
	width: 36px;
	float: left;
	padding-right: 25px;
	padding-top: 8px;
}
.events-col2 a:link, .events-col2 a:active, .events-col2 a:visited{
	color: #981903;
	text-decoration: underline;
}
.events-col2 a:hover{
	color: #981903;
	text-decoration: none;
}
.events-img{
	float: left;
	margin: 0px 15px 0px -25px;
}
.show{
	float: right;
	width: 250px;
	text-align: right;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.arrow{
	margin-bottom: -2px;
	margin-right: 3px;
}
.show a:link, .show a:active, .show a:visited{
	color: #981903;
	text-decoration: underline;
}
.show a:hover{
	color: #981903;
	text-decoration: none;
}
.show-title{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding-right: 5px;
	text-transform: none;
}
.quote-right-content{
	color: #000;
	line-height: 22px;
	font-size: 16px;
	padding: 25px 15px 0 32px;
	font-weight: bold;
}
.quote-right2{
	margin-bottom: -15px;
	margin-left: 15px;
}

/* @@@@@[  Partners Page  ]@@@@@ */
.logout{
	position: absolute;
	left: 875px;
	top: -18px;
	padding-left: 15px;
	background: url(/images/_bullet-logout.gif) no-repeat 0px 2px;
}
.logout a:link, .logout a:active, .logout a:visited{
	color: #981903;
	text-decoration: underline;
}
.logout a:hover{
	color: #981903;
	text-decoration: none;
}
#nav-partners {
	padding: 0;
	margin: 0;
	z-index:500;
	float: right;
	height: 40px;
	font-size: 13px;
	list-style: none;
	position: relative;
	background-color: #a71b03;
}

#nav-partners li.top {
	display: block;
	float: left;
	height: 40px;
	line-height: 30px;

/*10-13-09 TF	padding: 0 8px;
	background: url(/images/_bg-line-nav.gif) no-repeat 0 7px; 10*/
}
#nav-partners li a.top_link {
	display: block;
	color: #fff;
	text-decoration:none;
	padding:0 20px;
	margin-top: 3px;
	cursor:pointer;
}
#nav-partners li:hover a.top_link {color:#fff; /* 10-13-09 TF background: url(/images/_bg-nav-o.jpg) repeat-x;*/}


#nav-public{
	padding: 0;
	margin: 0;
	z-index:500;
	width: 740px;
	float: right;
	height: 40px;
	font-size: 13px;
	list-style: none;
	position: relative;
	background-color: #ffffff;
}
#nav-public li.top {
	display: block;
	float: left;
	height: 40px;
	line-height: 30px;
}
#nav-public li a.top_link {
	display: block;
	color: #fff;
	text-decoration:none;
	padding:0 20px;
	margin-top: 3px;
	cursor:pointer;
}
#nav-public li:hover a.top_link {color:#fff; }



/* @@@@@[  Event Details  ]@@@@@ */
.event-detail-top{
	background: url(/images/_bg-event-detail.jpg) top no-repeat;
	margin: 0px 0 0 -29px;
	padding: 8px 0 20px 33px;
	width: 709px;
	font-size: 13px;
	color: #000;
}
.event-details table{
	margin-left: -32px;
	width: 741px;
}
.event-details table td{
	margin: 0px 0 0 -29px;
	padding-left: 30px;
	border-bottom: 1px solid #bdbdba;
}
.font-style{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.note-bio{
	width: 521px;
	float: left;
	color: #8c8783;
	font-size: 12px;
	padding: 10px 0 0 20px;
}
.img-bio{
	float: left;
	margin-bottom: 15px;
}
.button-seminar{
	margin-left: -29px;
	margin-top: 20px;
}

/* Default list styling */
/*
#nav-partners li:hover {position:relative; z-index:200;}

#nav-partners li:hover ul.sub
{left:25px; top:40px; background: #d2d0c9; line-height: 30px; white-space:nowrap; z-index:300; width: 157px;}
#nav-partners li:hover ul.sub li
{display:block; position:relative; float:left; border-bottom: 1px solid #fff;background: url(/images/_bullet-dropdown.gif) no-repeat 15px 10px #d2d0c9; padding: 1px 0 0px 25px;}
#nav-partners li:hover ul.sub li.last{ border: none;}
#nav-partners li:hover ul.sub li a
{display:block; font-size:11px; width:137px; line-height:24px; color:#000; text-decoration:none;}
#nav-partners li:hover ul.sub li a:hover
{color:#aa1c03; }
#nav-partners li:hover ul.sub li a.fly:hover
{color:#aa1c03;}


#nav-partners li:hover li:hover ul,
#nav-partners li:hover li:hover li:hover ul,
#nav-partners li:hover li:hover li:hover li:hover ul,
#nav-partners li:hover li:hover li:hover li:hover li:hover ul
{left:163px; top:0px; background: #d2d0c9; width:157px; z-index:400; height:auto; line-height: 20px;filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;}

#nav-partners ul,
#nav-partners li:hover ul ul,
#nav-partners li:hover li:hover ul ul,
#nav-partners li:hover li:hover li:hover ul ul,
#nav-partners li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav-partners li:hover li:hover a.fly,
#nav-partners li:hover li:hover li:hover a.fly,
#nav-partners li:hover li:hover li:hover li:hover a.fly,
#nav-partners li:hover li:hover li:hover li:hover li:hover a.fly
{background: url(/images/_bullet-fly.gif) no-repeat 110px 6px; color:#aa1c03;}

#nav-partners li:hover li:hover li a.fly,
#nav-partners li:hover li:hover li:hover li a.fly,
#nav-partners li:hover li:hover li:hover li:hover li a.fly
{background: url(/images/_bullet-fly.gif) no-repeat 110px 6px; color:#aa1c03;}
*/

.title-page-partners
{
	width:550px; text-transform:uppercase; font-family: arial narrow; font-size:20px; font-weight:bold;
}
#header-partners{
	width: 903px;
	padding: 0px 0px 0 57px;
}
#left-partners{
	width: 652px;
	float: left;
	line-height: 18px;
	padding: 23px 40px 0 62px;
}
#left-partners h1{
	font-size: 14px;
	color: #000;
	height: 59px;
	line-height: 63px;
	background: url(/images/_bg-h-partners2.jpg) no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -23px;
	margin-right: -66px;
	margin-bottom: 0;
	margin-left: -34px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 80px;
}
#left-partners h4{
	font-size: 12px;
	color: red;
	height: 59px;
	line-height: 63px;
	background: url(/images/_bg-h-error.jpg) no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: -66px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 80px;
	width:716px;
}
#left-partners ul{
	margin: 0;
	padding: 8px 0 20px 0;
}
#left-partners li{
	list-style: none;
	background: none;
	padding-left: 12px;
	background: url(/images/_bullet.gif) no-repeat 0px 5px;
}
* html #left-partners ul li{
	list-style: none;
	background: none;
	padding-bottom: 3px;
}
#left-partners  a:link, #left-partners a:active, #left-partners a:visited{
	color: #bf5442;
	text-decoration: underline;
}

#left-partners a:hover{
	color: #bf5442;
	text-decoration: none;
}
#left-partners table{
	margin-left:-5px;
}
#right-partners{
	width: 163px;
	float: right;
	line-height: 18px;
	padding: 26px 37px 0 0;
}
#right-partners ul{
	margin: 0;
	padding: 0 0 20px 0;
}
#right-partners ul li{
	list-style: none;
	padding-left: 10px;
	background: url(/images/_bullet3.gif) no-repeat 0px 6px;
}
#right-partners ul li a:link, #right-partners ul li a:active, #right-partners ul li a:visited{
	color: #a91b03;
	text-decoration: underline;
}
#right-partners ul li a:hover{
	color: #a91b03;
	text-decoration: none;
}
#right-partners a:link, #right-partners a:active, #right-partners a:visited{
	color: #a91b03;
	text-decoration: underline;
}
#right-partners a:hover{
	color: #a91b03;
	text-decoration: none;
}
#right-partners h3{
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 6px solid #000;
}
.check {
	background: url(/images/check.gif) no-repeat right top;
}

.h-partners{
	margin-right: 19px;
	float: right;
}
.gray-block{
	background: url(/images/_bg-gray.gif) repeat-y;
	margin: 0 -66px 7px -34px;
	padding: 7px 0 15px 11px;
	color: #373635;
}
#left-partners .gray-block ul, #left-content2 ul {
	margin: 0;
	padding: 3px 0 0 34px;
}
#left-partners .gray-block ul li, #left-content2 ul li{
	list-style: none;
	padding-left: 16px;
	background: url(/images/_bullet2.gif) no-repeat 0px 5px;
}
.gray-block-right{
	width: 616px;
	float: left;
}
.icon-step{
	margin: 0 10px 0px 0;
	float: left;
}
.red {
	color: #991903;
	font-size: 14px;
}
.note{
	color: #8a8a89;
	float: right;
	font-size: 12px;
}
.mail-list{
	border-bottom: 6px solid #000;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: -5px;
	border-top: 1px solid #b8b8b8;
}
.mail-list p{
	margin: 0px;
	padding-bottom: 5px;
	line-height: 16px;
}
.line-partners{
	margin: 0px 0 0 -30px;
	border-bottom: 6px solid #000;
}
/* @@@@@[  show & hide  ]@@@@@ */
.technology{ /*header of 2nd demo*/
	cursor: pointer;
}
.header-hide{
	color: #bf5442;
}
.answer {
	padding: 0 0 15px 10px;
	margin: 0;
}
.display{
	display: none;
}
/* @@@@@[ Board  ]@@@@@ */
.board{
	margin: 0px -56px 0 -34px;
	border-top: 0px solid #cacaca;
	padding: 20px 56px 23px 34px;

}
.board table{
	border: 1px solid #909090;
	margin-top: 8px;
}
.board table td{
	border-bottom: 1px solid #cacaca;
}
.board table td.last{
	border: none;
}
.board table th{
	background: url(/images/_bg-board.gif) top repeat-x;
	border: none;
	padding-top: 0px;
	font-size: 14px;
	height: 36px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.board table th.small{
	background: url(/images/_bg-board.gif) top repeat-x;
	border: none;
	padding-top: 0px;
	font-size: 12px;
	height: 36px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.bullet-board{
	margin: 0 3px 2px 0;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #981903;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #981903;
	text-decoration: underline;
	outline: none;
	}
h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -29px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
h2 {
	font-size: 16px;
	color: #981A04;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h3{
	font-size: 14px;
	color: #000;
	margin: 0;
	padding-left:-10px;
	padding: 0;
}
h4 {
	margin:0px;
	color: #232320;
	font-size:14px;
	padding-top:0px;
	padding-bottom: 5px;
	background-image: url(/images/_bullet-callout.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 13px;
}
h5 {
	margin:0px;
	color: #232320;
	font-size:12px;
	padding-bottom:5px;
}
h6{
	font-size: 13px;
	margin: 0;
	padding: 0 0 4px 0;
	font-style: italic;
	color: #665f5a;
}
p {
	margin: 0px;
	padding-bottom: 18px;
}
hr {
	color: #C1C1C1;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C1C1C1;
	margin-left: 0px;
}

blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both;
 	font-size: 1px;
 	line-height: 1px;
 	margin: 0px;
 	padding: 0px;
 	visibility: hidden;
	height: 1px;
}
.clr {
 	clear: both;
}

.clr30 {
 	clear: both;
	height:30px;
	font-size:1px;
	line-height:1px;
}

.clrLine {
 	clear: both;
	height:1px;
	background:#e3e3e3;
	margin:0 0 15px 0;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.center {
	text-align:center;
}
.imgRight {
 	margin-bottom: 10px;
 	margin-left: 12px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px;
 	margin-right: 12px;
	margin-top:2px;
 	float: left;
	border: 1px solid #E1E0E0;
}
.imgLeft_noborder {
 	margin-bottom: 10px;
 	margin-right: 12px;
	margin-top:2px;
 	float: left;
}

/* @@@@@[  Form Elements  ]@@@@@ */
.login {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
	border: 1px solid #D2D2D1;
	width:200px;
	height:12px;
}
.input {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
	border: 1px solid #D2D2D1;
	width:200px;
	height:16px;
}
.buttonText {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
}
.inputSm {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
	border: 1px solid #D2D2D1;
	width:50px;
	height:16px;
	margin-bottom:10px;
}
.inputSmText {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
	border: 1px solid #D2D2D1;
	width:50px;
	height:16px;
}
textarea {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
	border: 1px solid #D2D2D1;
	width:200px;
	height:100px;
	margin-bottom:10px;
}
textarea.large {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #79736f;
	background: #fff;
	border: 1px solid #D2D2D1;
	width:400px;
	height:200px;
	margin-bottom:10px;
}
.select {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #D2D2D1;
	color: #666;
	height:24px;
}
.selectMultiple {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #D2D2D1;
	color: #666;
}
.button {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	height:24px;
	margin-bottom:10px;
}
.file {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	height:20px;
	width:300px;
}
.sup {
	margin-bottom:-10px;
	}

/* @@@@@[  Others  ]@@@@@ */
.align_right {
	float:right;
	text-align:right;
	padding-bottom:20px;
	line-height:15px;
}
.align_center {
	text-align:center;
}
.indent_p {
	padding-bottom:0px;
}
.indent_p2 {
	padding-bottom:10px;
}
.indent_h {
	padding-bottom:17px;
}
.indent_top {
	padding-top:0px;
}
.indent_bottom {
	padding-bottom:10px;
}
.indent_table {
	margin-top:8px;
	margin-bottom:20px;
}
.indent_table2 {
	margin-bottom:20px;
}
.indent_table3 {
	margin-top:8px;
	margin-bottom:7px;
}
.indent_table4 {
	margin-bottom:7px;
}
.indent_td {
	padding-bottom:5px;
}
.indent_td2 {
	padding-bottom:10px;
}
.bold {
	color:#000000;
}
.outside {
	padding-bottom:15px;
}
.outside2 {
	padding-bottom:13px;
}
.addnote {
	width:195px;
	float:left;
}
.addnote p {
	width:183px;
	margin:0px;
	text-align:center;
	margin:0px auto;
	line-height:14px;
	padding-bottom:5px;
}
.edit_font {
	font-size:12px;
	font-style:italic;
}
.title {
	font-size: 16px;
	color: #981A04;
	font-weight:bold;
	padding-top:20px;
}
