﻿/*=========================== TAGS =============================*/

* {
	margin: 0;
	padding: 0;
}

html {
	min-width:977px;
} 

body { 
	background:#141414; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	line-height:1em; 
/*	color:#828387;  */
	color:Black;    
/*  color:GrayText; */
	min-width:977px;
	padding-bottom:20px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:medium; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper {
	width:100%; 
	overflow:hidden;
}


.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#search-form span {
	display:block;
	background:url(images/input-bg.gif) no-repeat left top;
	width:141px;
	height:26px;
	float:left;
}
#search-form input {
	background:none;
	border:0;
	margin:5px 0 0 6px;
	line-height:1.2em;
	vertical-align:top;
	width:128px;
}
#search-form a {
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: .92em;
	line-height: 1.08em;
	background: url('images/Avoca-button-tail.jpg') repeat-x left
top;
}
#search-form a em {
	background: url('images/Avoca-button-left.jpg') no-repeat left
top;
	display: block;
}
#search-form a b {
	background: url('images/Avoca-button-right.jpg') no-repeat right
top;
	font-style: normal;
	display: block;
	padding: 7px 17px 6px 17px;
}
#search-form a:hover {
	text-decoration:underline;
}

/*---*/

#newsletterform span {
	display:block;
	float:left;
	width:191px;
	height:29px;
	background:url(images/input-bg1.gif) no-repeat left top;
}
#newsletterform input {
	width:160px;
	border:0;
	float:left;
	color:#b7b7b7;
	background:none;
	font-size:.85em;
	vertical-align:top;
	margin:7px 0 0 17px;
}
#newsletterform .field a {
	background-color:#f5f5f5;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/button-left1.gif);
	display:block;
	float:left;
	color:#3C638C;
	text-decoration:none;
}
#newsletterform .field a b {
	display: block;
	padding: 6px 17px 7px 17px;
	background: url('images/Avoca-button-right1.jpg') no-repeat right
top;
}
#newsletterform .field a:hover {
	text-decoration:underline;
}
#newsletterform strong {
	padding:9px 0 0 17px;
	display:inline-block;
}
#newsletterform strong a {
	color:#ffffff;
}

/*---*/

#contacts-form .field1 { 
	height:50px;
}
#contacts-form .field1 span {
	display:block;
	width:312px;
	height:32px;
	background:url(images/input-bg2.gif) no-repeat left top;
}
#contacts-form .field2 span {
	display:block;
	width:312px;
	height:172px;
	background:url(images/textarea-bg.gif) no-repeat left top;
	margin-bottom:35px;
}
#contacts-form input {
	width:280px; 
	background:none;
	color:#828387;
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
	margin:8px 0 0 16px;
}
#contacts-form textarea { 
	width:295px; 
	height:161px; 
	overflow:auto;
	background:none;
	color:#828387;
	border:0; 
	padding:8px 0 2px 16px; 
}
#contacts-form .link1 {
	float:right;
	margin-left:11px;
}

/*========================== LISTS ============================*/

.box-list {
	padding:0 1px 18px 100px; /* 15 from bottom of imagebox to line, 100 from left to first box */ 
	border-bottom:2px solid #cccccc;
}
.box-list ul li {
	width:200px;  /* box width  */ 
	float:left;
	margin-right:0px;
	margin-left:0px;
}
.box-list ul li.last {
	margin-right:0;
}
.box-list ul li a {
	text-decoration:none;
}
.box-list ul li p {
	color:#000000;
	line-height:1.38em;
	margin:0;
}
.box-list ul li span {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	width:124px;
	height:103px; /* 4 box hieght */
}
.box-list ul li strong {
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	margin:5px 0 0px 5px; /* btwn box text and picture, btwn box and right of image, bottom, box left and text */
	width:108px;
	height:29px;
}
.box-list ul li b {
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	width:108px;
	height:29px;
}
/* style1 */
.box-list ul li.m1 span {
	background-image: url('images/training_home_banner_small.jpg');
}
.box-list ul li.m1 span span {
	background-image:url(images/training_home_banner_small.jpg);
}
.box-list ul li.m1 .box.active span span {
	background-position:1000px 0;
}
.box-list ul li.m1 strong {
	background-image: url('images/Avoca-BigBox-SQL-Training-act_small.jpg');
}
.box-list ul li.m1 b {
	background-image: url('images/Avoca-BigBox-SQL-Training_small.jpg');
}
.box-list ul li.m1 .box.active b {
	background-position:1000px 0;
}
/* style2 */
.box-list ul li.m2 span {
	background-image: url('images/data_migration_banner_small.jpg');
}
.box-list ul li.m2 span span {
	background-image: url('images/data_migration_banner_small.jpg');
}
.box-list ul li.m2 .box.active span span {
	background-position:1000px 0;
}
.box-list ul li.m2 strong {
	background-image: url('images/Avoca-BigBox-DataMigration-act_small.jpg');
}
.box-list ul li.m2 b {
	background-image: url('images/Avoca-BigBox-DataMigration_small.jpg');
}
.box-list ul li.m2 .box.active b {
	background-position:1000px 0;
}
/* style3 */
.box-list ul li.m3 span {
	background-image: url('images/Reporting_Banner_small.jpg');
}
.box-list ul li.m3 span span {
	background-image: url('images/Reporting_Banner_small.jpg');
}
.box-list ul li.m3 .box.active span span {
	background-position:1000px 0;
}
.box-list ul li.m3 strong {
	background-image: url('images/Avoca-BigBox-Reporting-act_small.jpg');
}
.box-list ul li.m3 b {
	background-image: url('images/Avoca-BigBox-Reporting_small.jpg');
}
.box-list ul li.m3 .box.active b {
	background-position:1000px 0;
}
/* style4 */
.box-list ul li.m4 span {
	background-image: url('images/Jigsaw_Banner.jpg');
}
.box-list ul li.m4 span span {
	background-image: url('images/Jigsaw_Banner.jpg');
}
.box-list ul li.m4 .box.active span span {
	background-position:1000px 0;
}
.box-list ul li.m4 strong {
	background-image: url('images/Avoca-BigBox-Ensemble-act.jpg');
}
.box-list ul li.m4 b {
	background-image: url('images/Avoca-BigBox-Ensemble.jpg');
}
.box-list ul li.m4 .box.active b {
	background-position:1000px 0;
}

/*---*/

.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.38em;
	padding-bottom:25px;
}
.list li.last {
	padding-bottom:39px;
}
.list li img {
	float:left;
	margin-right:12px;
}
.list li em {
	display:block;
	padding-bottom:5px;
}
.list li em a {
	color: #3C638C;
}

.list1 {
	padding-bottom:34px;
}
.list1.alt {
	padding:0;
	margin:0;
}
.list1 li {
	padding-bottom:5px;
}
.list1 li span {
	background:url(images/marker1.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;
	padding:3px 0 2px 0;
	display:inline-block;
	width:21px;
	margin-right:18px;
	text-align:center;
}
.list1 li a {
	font-weight:bold;
	text-decoration:none;
}
.list1 li a:hover {
	text-decoration:underline;
}

.list2 {
	padding-bottom:15px;
}
.list2 li a {
	font-weight: bold;
	font: italic normal normal 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.list2 li a:hover {
	text-decoration:underline;
}

.list3 {
	padding-bottom:35px;
}
.list3 li {
	padding-bottom:8px;
	color:#272727;
}

.list4 {
	padding-bottom:15px;
	padding-left:20px;
}

.logo-list {
	margin-top:-14px;
}
.logo-list li {
	padding-top:14px;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:20px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}
.img-box1 img 
{
/*  float:right; */
	float:right; 
	margin:0 12px 0 0;
}

p { 
	line-height:1.85em;
	margin-bottom:20px;
}
.p1 {
	margin-bottom:12px;
}
.p2 {
	margin-bottom:30px;
}
.p0 {
	margin-bottom:0;
}

.address a:hover {
	text-decoration:underline;
}

.address a {
	color:#3C638C;
}
.address a,
.address span {
	float: none;
	margin-right: 20px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration:none;
	font-size:small; 
}
.address {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.copyright {
	width: 100%;
	margin-left: 165px;
	text-align: left;
	vertical-align: middle;
}

dl {
	line-height:1.85em;
	margin-bottom:-20px;
}
dl dt {
	color:#272727;
	font-weight:bold;
}
dl dd  {
	margin-bottom:20px;
}
dl dd span {
	float:right;
	margin-right:50px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {
	color: #0000FF;
	outline: none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:36px;
	line-height:1.2em;
	letter-spacing:-1px;
	color:#272727;
	margin-bottom:24px;
}
h2.extra {
	color:#515151;
	padding:0 0 9px 73px;
	background:url(images/icon.gif) no-repeat left top;
	margin-bottom:2px;
}
h3 {
	font-size:30px;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:12px;
}
h4 {
	font-weight: normal;
	color: #3C638C;
	font-size: 1.15em;
	line-height: 1.6em;
	margin-bottom: 24px;
}
h5 {
	font-size:1em;
	line-height:1.85em;
	color:#272727;
	margin-bottom:25px;
}
h5.extra {
	margin-bottom:0;
}
h6 {
	font-size:1em;
	line-height:1.38em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:6px;
}
h6,
h6 a {
	color:#3C638C;
}

.txt1 {
	color:#272727;
}
.txt2 {
	font-size:1.15em;
}

.txt3 a:hover {
	text-decoration:underline;
}

.txt3 a {
	
	
	color: #0000FF;
	text-decoration: none;
}


.txt3 {
	line-height: 1.38em;
	font: medium Helvetica,arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-size: small;
	line-height:1.85em;
}

.txt4 {
	line-height: 1.38em;
	font: bold medium Helvetica,arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-size: 15px;
	line-height:1.85em;
}

.txtbull {
	padding: 0 0 0 50px;
	font: medium Helvetica,arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-size: small;
	line-height: 1.85em;
}

.txtOrange 
{
	color: #D77420;
	line-height: 1.38em;
	font: medium, Helvetica,arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-size: small;
	line-height:1.85em;
}

.txtPurple 
{
	color: #634686;
	line-height: 1.38em;
	font: medium, Helvetica,arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-size: small;
	line-height:1.85em;
}

.txtGreen 
{
	color: #80A13A;
	line-height: 1.38em;
	font: medium, Helvetica,arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-size: small;
	line-height:1.85em;
}


.link1 { 
	display:block; 
	float:left; 
	background:url(images/link-bg.gif) no-repeat left top; 
	color:#f5f5f5;
	text-align:center;
	font-weight:bold; 
	text-decoration:none;
	font-size:.92em; 
	line-height:.92em;
	width:109px;
	padding:9px 0;
}
.link1:hover { 
	text-decoration:underline;
}

.link2 {
	color:#3C638C;
	font-style:italic;
	font-size:1.08em;
}

.link3 {
	text-decoration:none;
}
.link3:hover {
	text-decoration:underline;
}

.line-ver1,
.line-ver2,
.line-ver3 {
	background-repeat:repeat-y;
	background-position:336px 0;
}

.line-ver1sub
{
	background-repeat:repeat-y;
	background-position:186px 0;
}

.line-ver1sub {
	background-image: url(images/line-ver1.gif);
	padding: 0 0px 0 14px;
	margin-top: 10px;
}

.line-ver2sub
{
	background-repeat:repeat-y;
	background-position:752px 0;
}

.line-ver2sub {
	background-image:url(images/line-ver1.gif);
	padding:0 14px 0 14px;
	margin-top:10px;
}


.line-ver3sub
{
	background-repeat:repeat-y;
	background-position:226px 0;
}

.line-ver3sub {
	background-image: url(images/line-ver1.gif);
	padding: 0 0px 0 14px;
	margin-top: 10px;
}

.line-ver4sub
{
	background-repeat:repeat-y;
	background-position:792px 0;
}

.line-ver4sub {
	background-image:url(images/line-ver1.gif);
	padding:0 14px 0 14px;
	margin-top:10px;
}



.line-ver1 {
	background-image: url(images/line-ver1.gif);
	padding: 0 0px 0 14px;
	margin-top: 10px;
}
.line-ver2 {
	background-image:url(images/line-ver2.gif);
	padding:0 28px 0 24px;
}
.line-ver3 {
	background-image:url(images/line-ver3.gif);
	padding-bottom:10px;
}

/*============================ BOXES ==========================*/

.box { 
	background:#ffffff; 
	width:150px;
	cursor:text;
}
.box .border-top,
.box .border-bot,
.box .border-left,
.box .border-right {
	background-image:url(images/border.gif);
}

.box .border-top { 
	background-repeat:repeat-x;
	background-position:left top;
}
.box .border-bot { 
	background-repeat:repeat-x;
	background-position:left bottom;
}
.box .border-left { 
	background-repeat:repeat-y;
	background-position:left top;
}
.box .border-right { 
	background-repeat:repeat-y;
	background-position:right top;
}
.box .left-top-corner {	
	background-image:url(images/left-top-corner.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.box .right-top-corner { 
	background-image:url(images/right-top-corner.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.box .left-bot-corner {	
	background-image:url(images/left-bot-corner.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.box .right-bot-corner { 
	background-image:url(images/right-bot-corner.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.box.active {
	background-color:#3C638C;
}
.box.active .border-top,
.box.active .border-bot,
.box.active .border-right,
.box.active .border-left {
	background-image:url(images/border-act.gif);
}
.box.active .left-top-corner {
	background-image: url('images/avoca-left-top-corner-act.jpg');
}
.box.active .right-top-corner {
	background-image: url('images/avoca-right-top-corner2.jpg');
}
.box.active .left-bot-corner {
	background-image: url('images/Avoca-left-bot-corner-act.jpg');
}
.box.active .right-bot-corner {
	background-image: url('images/avoca-right-bot-corner-act.jpg');
}

.box .inner { 
	padding:15px 15px 0px 15px;
}

.box1 {
	width:150px;
	margin-top:30px;
	background-color:#ffffff;
}
.box1 .border-top,
.box1 .border-bot,
.box1 .border-left,
.box1 .border-right {
	background-image:url(images/border.gif);
}

.box1 .border-top { 
	background-repeat:repeat-x;
	background-position:left top;
}
.box1 .border-bot { 
	background-repeat:repeat-x;
	background-position:left bottom;
}
.box1 .border-left { 
	background-repeat:repeat-y;
	background-position:left top;
}
.box1 .border-right { 
	background-repeat:repeat-y;
	background-position:right top;
}
.box1 .left-top-corner {	
	background-image:url(images/left-top-corner1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.box1 .right-top-corner { 
	background-image:url(images/right-top-corner1.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.box1 .left-bot-corner {	
	background-image:url(images/left-bot-corner.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.box1 .right-bot-corner { 
	background-image:url(images/right-bot-corner.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.box1 .inner {
	padding:24px 0 24px 0;
}


.newsletter-box {
	width: 100%;
	background-color: #3C638C;
}
.newsletter-box .border-top,
.newsletter-box .border-bot,
.newsletter-box .border-left,
.newsletter-box .border-right {
	background-image:url(images/border-act.gif);
}

.newsletter-box .border-top { 
	background-repeat:repeat-x;
	background-position:left top;
}
.newsletter-box .border-bot { 
	background-repeat:repeat-x;
	background-position:left bottom;
}
.newsletter-box .border-left { 
	background-repeat:repeat-y;
	background-position:left top;
}
.newsletter-box .border-right { 
	background-repeat:repeat-y;
	background-position:right top;
}
.newsletter-box .left-top-corner {
	background-image: url('images/Avoca-left-top-corner2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.newsletter-box .right-top-corner {
	background-image: url('images/avoca-left-top-corner-act.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.newsletter-box .left-bot-corner {
	background-image: url('images/Avoca-left-bot-corner-act.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.newsletter-box .right-bot-corner {
	background-image: url('images/avoca-right-bot-corner-act.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.newsletter-box .inner {
	padding:40px 0 24px 26px;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:50px;
	background:url(images/line-hor.gif) repeat-x left bottom;
}
#header .row-1 .fleft {
	padding-top:5px; /* padding from top of screen to logo */ 
}
#header .row-1 .fright {
	padding-top:32px;
		font-size:1.88em;
		text-decoration: none;
}
.fright a {
	
	
	color: #0000FF;
	text-decoration: none;
}

#header .row-2 {
	padding:10px 0 0 0;
}
#header .row-2 ul li {
	float:left;
	font-size:1.08em;
	line-height:1em;
	margin-right:10px;
}
#header .row-2 ul li.last {
	margin-right:0;
	
}
#header .row-2 ul li a {
	text-decoration:none;
	color:#ffffff;
	display:block;
	width:131px;
	text-align:center;
	background:url(images/nav-bg_light.gif) no-repeat left top;
	padding:9px 0;
}
#header .row-2 ul li a:hover,
#header .row-2 ul li a.active {
	background: url('images/Avoca-nav-act.jpg') no-repeat left
top;
}

/*========================= CONTENT ===========================*/

#content {
	background:url(images/tail-cont.gif) repeat-x left top #f5f5f5;
	padding:20px 0 61px 0; 
}
#content .indent {
	margin-bottom:63px;
}
#content .indent1 {
	padding:0 14px 0 14px;
	margin-top:40px;
} 


/*========================= CONTENT ===========================*/

#contentmain {
	background:url(images/tail-cont.gif) repeat-x left top #f5f5f5;
	padding:3px 0 61px 0;
}
#contentmain .indent {
	margin-bottom:63px;
}
#contentmain .indent1 {
	padding:0 14px 0 14px;
	margin-top:10px;
} 

/*========================= FOOTER ============================*/

#footer .fleft {
	padding:0 0 0 18px;
	width:240px;
	margin-right:148px;
}
#footer .fleft p {
	line-height:1.38em;
	padding-top:14px;
	margin:0;
}
#footer .fleft span a {
	color:#939393;
	text-decoration:none;
}
#footer .fleft span a:hover {
	color:#ffffff;
}
#footer .fleft a {
	color:#3C638C;
}
#footer ul li {
	padding:0 0 4px 12px;
	background:url(images/marker2.gif) no-repeat left 5px;
}
#footer ul li a {
	color:#939393;
	text-decoration:none;
}
#footer ul li a:hover {
	color: #3C638C;
}

/*=============================================================*/

div.secondarynav
{
	font-size:													12px;
	margin-bottom:												50px;

	width:														150px;
	float:right;

}

div.secondarynav a.submenu
{
	float: left;
	display: block;
	color: #ffffff;
	background-position:10px 13px;

	font-size: .92em;
	line-height: 1.08em;

	text-decoration: none;
	font-size: .92em;
	padding:10px 10px 7px 20px; 
	background: url('images/Avoca-nav-act_submenu.jpg') no-repeat left top;
	width:141px;
	height:26px;	
	
	


}


div.secondarynav li a  
{
    display:block;
    padding:10px 10px 7px 20px; 
   
    color:#2E4B65;
    text-decoration:none;
    font-size:92%;
   
    font-weight:bold;

	background-position:10px 13px;
	background:url(images/input-bg_submenu.gif) no-repeat left top;
	width:141px;
	height:26px;
	float:left;
    
    
}

div.secondarynav li a:hover { text-decoration:underline; }




div.secondarynav li.selected li a  
{
    background-image:none;
    background-color:#ffffff;
    padding-left:30px;
    background-position:22px 13px; 
}

div.secondarynav li.selected li.selected li a 
{
    border:0;
    padding-left:40px;
    background-position:32px 13px; 
    background-image:none;
}

div.secondarynav li.selected li.selected li.selected a {
	border-bottom: 1px solid #D6E7F1;
}

div.secondarynav li.selected li.selected li.selected li a
{
    padding-left:50px;
    background-position:42px 13px; 
    background-image:none;
    background-color:Transparent;
    border:0;
}

/*=============================================================*/

div.secondarynav2
{
	font-size:													12px;
	margin-bottom:												50px;

	width:														190px;
	float:right;

}

div.secondarynav2 a.submenu
{
	float: left;
	display: block;
	color: #ffffff;
	background-position:10px 13px;

	font-size: .92em;
	line-height: 1.08em;

	text-decoration: none;
	font-size: .92em;
	padding:10px 10px 7px 20px; 
	background: url('images/Avoca-nav-act_submenu_lrg.gif') no-repeat left top;
	width:181px;
	height:26px;	
	
	


}


div.secondarynav2 li a  
{
    display:block;
    padding:10px 10px 7px 20px; 
   
    color:#2E4B65;
    text-decoration:none;
    font-size:92%;
   
    font-weight:bold;

	background-position:10px 13px;
	background:url(images/input-bg_submenu_lrg.gif) no-repeat left top;
	width:181px;
	height:26px;
	float:left;
    
    
}

div.secondarynav2 li a:hover { text-decoration:underline; }




div.secondarynav2 li.selected li a  
{
    background-image:none;
    background-color:#ffffff;
    padding-left:30px;
    background-position:22px 13px; 
}

div.secondarynav2 li.selected li.selected li a 
{
    border:0;
    padding-left:40px;
    background-position:32px 13px; 
    background-image:none;
}

div.secondarynav2 li.selected li.selected li.selected a {
	border-bottom: 1px solid #D6E7F1;
}

div.secondarynav2 li.selected li.selected li.selected li a
{
    padding-left:50px;
    background-position:42px 13px; 
    background-image:none;
    background-color:Transparent;
    border:0;
}



/*=======================STUFF FROM ASPs=======================================*/
.style1 {
	background-repeat: no-repeat;
	background-position: left top;
}

.auto-style1 {
	text-decoration: underline;
	font-size: medium;
}
.auto-style2 {
	text-decoration: underline;
}

.auto-style3 {
	font-size: small;
}

