A:link							{ text-decoration: underline; color: maroon }
A:active						{ text-decoration: underline; color: olive }
A:visited						{ text-decoration: underline; color: gray }
A:hover							{ text-decoration: underline; color: #082A86 }

A.azpd_footerlink:link			{ text-decoration: none; color: maroon }
A.azpd_footerlink:active 		{ text-decoration: none; color: olive }
A.azpd_footerlink:visited		{ text-decoration: none; color: gray }
A.azpd_footerlink:hover			{ text-decoration: underline; color: #082A86 }

A.azpd_headerlink:link			{ text-decoration: none; color: maroon }
A.azpd_headerlink:active 		{ text-decoration: none; color: olive }
A.azpd_headerlink:visited		{ text-decoration: none; color: gray }
A.azpd_headerlink:hover			{ text-decoration: underline; color: #082A86 }

A.azpd_commonlink:link			{ text-decoration: none; color: maroon }
A.azpd_commonlink:active 		{ text-decoration: none; color: olive }
A.azpd_commonlink:visited		{ text-decoration: none; color: gray }
A.azpd_commonlink:hover			{ text-decoration: underline; color: #082A86 }

/* BODY tag default style */
body
{
	color               : #000000;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	background-color	: #FFFFFF;
	background-image	: url(images/lines_bg.gif);
}

/* Common input box style */
.azpd_input
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	border-style		: solid;
	padding				: 2px;
	border-width		: 1px;
	border-color		: #000000;
	background-color	: #F2F2F2;
	height				: 20px;
}

/* Common checkbox style */
.azpd_checkbox
{
	font-size			: 11px;
	font-weight			: normal;
	border-style		: solid;
	border-style		: none;
	border-width		: 1px;
	background-color	: #F2F2F2;
}

/* Common radiobutton style */
.azpd_radiobutton
{
	border-style		: none;
	border-width		: 1px;
}

/* Common select box style */
.azpd_select
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #000000;
	background-color	: #F2F2F2;
	height				: 20px;
}

/* Common textarea style */
.azpd_textarea
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	padding				: 2px;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #000000;
	background-color	: #F2F2F2;
}

/* Standard button style */
.azpd_button
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #000000;
	background-color	: #F2F2F2;
	height				: 20px;
	cursor				: hand;
}

/* Common tiny text */
.azpd_ttext
{
	color       : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 1px;
	font-weight	: normal;
}

/* Common small text */
.azpd_stext
{
	color       : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 9px;
	font-weight	: normal;
}

/* Common medium text */
.azpd_mtext
{
	color       : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight	: normal;
}

/* Common large text */
.azpd_ltext
{
	color       : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight	: normal;
}

/* Black small bold text */
.azpd_bstext
{
	color       : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 9px;
	font-weight	: bold;
}

/* Black medium bold text */
.azpd_bmtext
{
	color       : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight	: bold;
}

/* Black large bold text */
.azpd_bltext
{
	color       : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight	: bold;
}

/* Red small bold text */
.azpd_rbstext
{
	color       : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 9px;
	font-weight	: bold;
}

/* Red medium bold text */
.azpd_rbmtext
{
	color       : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight	: bold;
}

/* Red large bold text */
.azpd_rbltext
{
	color       : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight	: bold;
}

/* Red small text */
.azpd_rstext
{
	color       : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 9px;
	font-weight	: normal;
}

/* Red medium text */
.azpd_rmtext
{
	color       : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight	: normal;
}

/* Red large text */
.azpd_rltext
{
	color       : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight	: normal;
}

/* Light gray small text */
.azpd_gstext
{
	color       : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 9px;
	font-weight	: normal;
}

/* Light gray medium text */
.azpd_gmtext
{
	color       : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight	: normal;
}

/* Light gray large text */
.azpd_gltext
{
	color       : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight	: normal;
}

/* Dark Green medium text */
.azpd_grmtext
{
	color       : #5B7432;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight	: normal;
}

/* Style for common background */
.azpd_commonback
{
	color				: #000000;
	background-color	: #FFFFFF;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
}

/* Main table style used to position the page content */
.azpd_maintable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	border-style		: solid;
	border-color		: #74952F;
	border-width		: 1px;
	background-color	: #FFFFFF;
	width				: 750px;
	vertical-align		: top;
}

/* Style for the header table */
.azpd_headertable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	color				: #000000;
	background-color	: #FFFFFF;
	text-align			: left;
	vertical-align		: top;
	text-align			: center;
}

/* Content table style used to position the page content */
.azpd_contenttable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	color				: #000000;
	background-color	: #FFFFFF;
	width				: 100%;
	vertical-align		: top;
}

/* Content left cell style used to position the page content */
.azpd_leftcontentcell
{
	width				: 150px;
	vertical-align		: top;
	text-align			: left;
	border-style		: solid;
	border-color		: #CCCCCC;
	border-width		: 1px;
	background-color	: #F2F2F2;
}

/* Content right cell style used to position the page content */
.azpd_rightcontentcell
{
	width				: 600px;
	vertical-align		: top;
	text-align			: left;
	border-style		: solid;
	border-color		: #CCCCCC;
	border-width		: 1px;
	background-color	: #FFFFFF;
}

/* Content left column table style used to position the page content */
.azpd_leftcontenttable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	color				: #000000;
	width				: 100%;
	vertical-align		: top;
	text-align			: left;
}

/* Content right column table style used to position the page content */
.azpd_rightcontenttable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	color				: #000000;
	width				: 100%;
	vertical-align		: top;
	text-align			: left;
}

/* Style for the footer table */
.azpd_footertable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	border-style		: solid;
	border-color		: #74952F;
	border-width		: 1px;
	background-color	: #FFFFFF;
	width				: 752px;
	vertical-align		: top;
}

/* Footer cell style used to position the footer content */
.azpd_footercell
{
	vertical-align		: top;
	text-align			: center;
	border-style		: solid;
	border-color		: #CCCCCC;
	border-width		: 1px;
	background-color	: #F2F2F2;
}

/* Style for the footer table */
.azpd_copyrighttable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	color				: #000000;
	text-align			: center;
	vertical-align		: top;
	width				: 750px;
}

/* Style for the pricing table */
.azpd_pricingtable
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	text-align			: center;
	vertical-align		: top;
	border-style		: solid;
	border-width		: 2px;
	border-color		: #339900;
}

/* Style for the pricing cell */
.azpd_pricingcell
{
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	background-color	: #E7F3DE;
	text-align			: left;
	vertical-align		: top;
}
