/* Extracted styles */

/*<group=<style> tags>*/

/*Overall width, height, and table style*/
.ae_table_vert { width:auto; height:auto; background-color:None; }
/*TD elements other than bottom bar*/
.ae_td_vert,.ae_image_td_vert { padding-bottom: 4px; padding-top: 4px; padding-left: 3px; padding-right: 3px; vertical-align:top; }
/*TD that holds images*/
.ae_image_td_vert, .ae_image_td_horiz { text-align:right; padding-top:4px; padding-bottom:4px; padding-right: 4px; }
.ae_image_td_sky { text-align:left; padding-top:4px; padding-bottom:0px; padding-right: 0px; }
/*Bottom bar (Your link here & Powered By TD)*/
.ae_bb_td_vert { padding-bottom: 4px; padding-top: 4px; padding-left: 3px; padding-right: 3px; vertical-align:top; }

/*Link Title Text*/
A.ae_title_vert, A.ae_image_link_vert {font-family: Verdana,Sans-Serif; font-size: 18px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: blue; text-decoration: None; }
/*Description Text*/
.ae_desc_vert {font-family: Verdana,Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: black; }
/*Click Count (if enabled; set adengage_click_count_color below to 'None' to disable*/
.ae_click_count_vert {font-family: Verdana,Sans-Serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: None; }
/*Powered by Adengage (if enabled; set adengage_show_powered_by = 0 below to disable)*/
A.ae_powered_vert {font-family: Verdana,Sans-Serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: blue; text-decoration: None; }
/*See Your Link Here Text (if enabled; set adengage_show_your_ad_here = 0 below to disable)*/
A.ae_yourlink_vert {font-family: Verdana,Sans-Serif; font-size: 10px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: blue; text-decoration: None; }
/*Hover Effect for Links (what to do on mouseover)*/
A.ae_title_vert:hover, A.ae_powered_vert:hover, A.ae_yourlink_vert:hover, A.ae_image_link_vert:hover { color: blue;  text-decoration: Underline;}
.ae_image_vert { border-width:1px; border-color:blue;}

/*</group>*/

/*<group=style.css>*/
body {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
}
h1 {
	font-size: 14px;
}

a:link {
	color: #585858;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: white;
}
.txtwhite {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

/*</group>*/