<!--
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2005 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and may be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/


-->
.header     { color: %_HEADER_COLOR%_; font-size: %_HEADER_FONTSIZE%_; font-family: %_PRIMARYFONT%_; font-weight: bold }
.bold_small { font-size: %_BOLD_SMALL_FONTSIZE%_; font-family: %_PRIMARYFONT%_; font-weight: bold }
.body       { font-size: %_BODY_FONTSIZE%_; font-family: %_PRIMARYFONT%_ }
.body2      { font-size: %_BODY2_FONTSIZE%_; font-family: %_PRIMARYFONT%_; line-height: %_BODY2_LINEHEIGHT%_ }
.body_blue  { color: %_BODYBLUE_COLOR%_; font-size: %_BODYBLUE_FONTSIZE%_; font-family: %_PRIMARYFONT%_; line-height: %_BODYBLUE_LINEHEIGHT%_ }
.button     { font-size: %_BUTTON_FONTSIZE%_; width: %_BUTTON_WIDTH%_; height: %_BUTTON_HEIGHT%_ }
.a          { color: %_A_COLOR%_; font-size: %_A_FONTSIZE%_; font-family: %_PRIMARYFONT%_; text-decoration: none }
